summary refs log tree commit diff stats
path: root/tests/js
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-07-25 10:05:02 +0200
committernarimiran <narimiran@disroot.org>2019-07-25 10:05:02 +0200
commit3ccda773d656e2d6c945bb5ffcf09c7d083452e3 (patch)
treefceff2952cac01b764a822620980ba4b0efef9da /tests/js
parent13190435a6e054a165229517983edb46a0141624 (diff)
downloadNim-3ccda773d656e2d6c945bb5ffcf09c7d083452e3.tar.gz
close #11166 by adding a test
Diffstat (limited to 'tests/js')
-rw-r--r--tests/js/t11166.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/js/t11166.nim b/tests/js/t11166.nim
new file mode 100644
index 000000000..8dd77925c
--- /dev/null
+++ b/tests/js/t11166.nim
@@ -0,0 +1,4 @@
+import jsffi
+
+when compiles(c.props):
+  echo "test"