diff options
author | Araq <rumpf_a@web.de> | 2015-04-18 01:18:23 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-04-18 01:18:23 +0200 |
commit | 5146624f0d47e04ed44bc3930946594f6777248f (patch) | |
tree | 7d6706d4d2b35112c79d4d8c13053770ede58d84 /tests/js | |
parent | caef835fe4c769f4d8d2a7728c898e010c431840 (diff) | |
download | Nim-5146624f0d47e04ed44bc3930946594f6777248f.tar.gz |
disabled JS test
Diffstat (limited to 'tests/js')
-rw-r--r-- | tests/js/tunittests.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/js/tunittests.nim b/tests/js/tunittests.nim index af38cd9b9..8a264a5e0 100644 --- a/tests/js/tunittests.nim +++ b/tests/js/tunittests.nim @@ -1,3 +1,10 @@ +discard """ + disabled: "true" +""" + +# Unittest uses lambdalifting at compile-time which we disable for the JS +# codegen! So this cannot and will not work for quite some time. + import unittest suite "Bacon": |