diff options
author | Araq <rumpf_a@web.de> | 2011-11-02 02:47:34 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-02 02:47:34 +0100 |
commit | cacb200eff810483aba9ae055bdefe751e124a53 (patch) | |
tree | 09b97e57f46dd022f09e3ab72f7866cd9104d100 /tests/accept | |
parent | 77222b2aaddac5deeb1e68b750dae255fa095c6e (diff) | |
download | Nim-cacb200eff810483aba9ae055bdefe751e124a53.tar.gz |
fixes #2
Diffstat (limited to 'tests/accept')
-rwxr-xr-x | tests/accept/compile/trectuple.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/accept/compile/trectuple.nim b/tests/accept/compile/trectuple.nim index f60fe2841..4d5febbfa 100755 --- a/tests/accept/compile/trectuple.nim +++ b/tests/accept/compile/trectuple.nim @@ -1,6 +1,3 @@ -discard """ - disabled: true -""" type PNode = ref TNode |