summary refs log tree commit diff stats
path: root/tests/js
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2013-02-15 20:40:07 -0600
committerSimon Hafner <hafnersimon@gmail.com>2013-02-15 20:40:07 -0600
commit71ade195d1996c0d3d9115af5c53dc8146455970 (patch)
tree70f1e1223cc4ec301e8d7887226afcd9bf068709 /tests/js
parent260ddd735a684392de7bb41e6c576ad5af7e163f (diff)
downloadNim-71ade195d1996c0d3d9115af5c53dc8146455970.tar.gz
WA for #329, caused by #335
Diffstat (limited to 'tests/js')
-rw-r--r--tests/js/tunittests.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/js/tunittests.nim b/tests/js/tunittests.nim
new file mode 100644
index 000000000..af38cd9b9
--- /dev/null
+++ b/tests/js/tunittests.nim
@@ -0,0 +1,5 @@
+import unittest
+
+suite "Bacon":
+  test ">:)":
+    check(true == true)