summary refs log tree commit diff stats
path: root/tests/ccgbugs/t8964.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ccgbugs/t8964.nim')
-rw-r--r--tests/ccgbugs/t8964.nim10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/ccgbugs/t8964.nim b/tests/ccgbugs/t8964.nim
deleted file mode 100644
index 5b41e8bdb..000000000
--- a/tests/ccgbugs/t8964.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-discard """
-  targets: "c cpp"
-"""
-
-from json import JsonParsingError
-import marshal
-
-const nothing = ""
-doAssertRaises(JsonParsingError):
-  var bar = marshal.to[int](nothing)