diff options
author | Araq <rumpf_a@web.de> | 2011-10-07 09:02:08 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-10-07 09:02:08 +0200 |
commit | 42516c0086faa41c0d8613759ebc263bd1e989e9 (patch) | |
tree | a858aebc4e2a786256b8b52457745ec8904d0c91 /tests | |
parent | e9b7d5e68eeeb6d468d407437502fd1c178adc43 (diff) | |
download | Nim-42516c0086faa41c0d8613759ebc263bd1e989e9.tar.gz |
code generator supports constant sequences; more consistent compile time evaluation
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/accept/compile/tconsteval.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/accept/compile/tconsteval.nim b/tests/accept/compile/tconsteval.nim index 10af9ad35..dcc7080ea 100755 --- a/tests/accept/compile/tconsteval.nim +++ b/tests/accept/compile/tconsteval.nim @@ -1,5 +1,4 @@ discard """ - disabled: true """ import strutils |