summary refs log tree commit diff stats
path: root/tests/js/taddnilstr.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/js/taddnilstr.nim')
-rw-r--r--tests/js/taddnilstr.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/js/taddnilstr.nim b/tests/js/taddnilstr.nim
deleted file mode 100644
index f5b934fdd..000000000
--- a/tests/js/taddnilstr.nim
+++ /dev/null
@@ -1,4 +0,0 @@
-var x = "foo".cstring
-var y: string
-add(y, x)
-doAssert y == "foo"