aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/tests/hash.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/tests/hash.hh')
-rw-r--r--src/libutil/tests/hash.hh16
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();
-};
-
-}