aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/test/no_nul.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/univalue/test/no_nul.cpp')
-rw-r--r--src/univalue/test/no_nul.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/univalue/test/no_nul.cpp b/src/univalue/test/no_nul.cpp
deleted file mode 100644
index 3a7a727abb..0000000000
--- a/src/univalue/test/no_nul.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <univalue.h>
-
-int main (int argc, char *argv[])
-{
- char buf[] = "___[1,2,3]___";
- UniValue val;
- return val.read(buf + 3, 7) ? 0 : 1;
-}