diff options
Diffstat (limited to 'tests/js/t21209.nim')
-rw-r--r-- | tests/js/t21209.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/js/t21209.nim b/tests/js/t21209.nim new file mode 100644 index 000000000..4de34f035 --- /dev/null +++ b/tests/js/t21209.nim @@ -0,0 +1,6 @@ +discard """ + action: "compile" + cmd: "nim check --warning[UnusedImport]:off $file" +""" + +import std/times |