summary refs log tree commit diff stats
path: root/tests/js/tcsymbol.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/js/tcsymbol.nim')
-rw-r--r--tests/js/tcsymbol.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/js/tcsymbol.nim b/tests/js/tcsymbol.nim
new file mode 100644
index 000000000..07e52b9b6
--- /dev/null
+++ b/tests/js/tcsymbol.nim
@@ -0,0 +1,6 @@
+discard """
+  matrix: "--cc:gcc; --cc:tcc"
+"""
+
+doAssert not defined(gcc)
+doAssert not defined(tcc)
\ No newline at end of file