diff options
Diffstat (limited to 'src/libutil/tests/hash.hh')
-rw-r--r-- | src/libutil/tests/hash.hh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/libutil/tests/hash.hh b/src/libutil/tests/hash.hh deleted file mode 100644 index 1f9fa59ae..000000000 --- a/src/libutil/tests/hash.hh +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once -///@file - -#include <rapidcheck/gen/Arbitrary.h> - -#include <hash.hh> - -namespace rc { -using namespace nix; - -template<> -struct Arbitrary<Hash> { - static Gen<Hash> arbitrary(); -}; - -} |