summary refs log tree commit diff stats
path: root/tests/ccgbugs/t8964.nim
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2018-11-20 23:35:32 +0100
committerAraq <rumpf_a@web.de>2018-11-23 11:58:32 +0100
commita29ec4003223ba4ab0d2fb0b4f935f5930ff9f69 (patch)
treefe418fb0fc7cb2a90a417ca13361da84ac927b61 /tests/ccgbugs/t8964.nim
parentce7121530d552e16119f5a3144ee8c19f78f8350 (diff)
downloadNim-a29ec4003223ba4ab0d2fb0b4f935f5930ff9f69.tar.gz
join simple test
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)