From 3ccda773d656e2d6c945bb5ffcf09c7d083452e3 Mon Sep 17 00:00:00 2001 From: narimiran Date: Thu, 25 Jul 2019 10:05:02 +0200 Subject: [PATCH] close #11166 by adding a test --- tests/js/t11166.nim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/js/t11166.nim diff --git a/tests/js/t11166.nim b/tests/js/t11166.nim new file mode 100644 index 0000000000..8dd77925cf --- /dev/null +++ b/tests/js/t11166.nim @@ -0,0 +1,4 @@ +import jsffi + +when compiles(c.props): + echo "test"