diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-18 16:39:18 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-18 16:39:18 -0500 |
| commit | 564c7cb43f7bede4e835906829693487485ee1ea (patch) | |
| tree | a35d9fe47bca2d97cf5574d5425c1ceb5c691f58 /tests | |
| parent | ff6298ebde6c592e7f6ba14621755d19ad0bb8b5 (diff) | |
| download | nimterop-varsupport.tar.gz nimterop-varsupport.zip | |
Reduce regex for perf, reduce globals for CTvarsupport
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 |
