diff options
author | narimiran <narimiran@disroot.org> | 2019-07-25 10:05:02 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-07-25 10:05:02 +0200 |
commit | 3ccda773d656e2d6c945bb5ffcf09c7d083452e3 (patch) | |
tree | fceff2952cac01b764a822620980ba4b0efef9da /tests/js | |
parent | 13190435a6e054a165229517983edb46a0141624 (diff) | |
download | Nim-3ccda773d656e2d6c945bb5ffcf09c7d083452e3.tar.gz |
close #11166 by adding a test
Diffstat (limited to 'tests/js')
-rw-r--r-- | tests/js/t11166.nim | 4 |
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" |