diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-18 16:39:18 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-18 23:47:31 -0500 |
| commit | 6f96437f39572f3b01f4e61b684f2a74cb524bba (patch) | |
| tree | e605d854750f54240a39df76264a5dd74cbc3883 /tests | |
| parent | 11f84d4d8075d96aed623d09972a79f2702486a8 (diff) | |
| download | nimterop-6f96437f39572f3b01f4e61b684f2a74cb524bba.tar.gz nimterop-6f96437f39572f3b01f4e61b684f2a74cb524bba.zip | |
Reduce regex for perf, reduce globals for CT
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tast2.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tast2.nim b/tests/tast2.nim index 8deb99e..fd0175a 100644 --- a/tests/tast2.nim +++ b/tests/tast2.nim @@ -2,6 +2,8 @@ import macros, os, sets, strutils import nimterop/[cimport] +{.passC: "-DNIMTEROP".} + static: # Skip casting on lower nim compilers because # the VM does not support it |
