diff options
author | Araq <rumpf_a@web.de> | 2012-05-29 00:42:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-29 00:42:28 +0200 |
commit | b5d8e8bfaa3683d7034f3fad45ce9024188ad92a (patch) | |
tree | e8c5f171fdeb522f4c451658924ff3614f23a3a2 /tests/run | |
parent | f3980eb24ad76001671c76ce668f0ee25e481ba0 (diff) | |
download | Nim-b5d8e8bfaa3683d7034f3fad45ce9024188ad92a.tar.gz |
'+=' etc for all floating point types
Diffstat (limited to 'tests/run')
-rw-r--r-- | tests/run/tdumptree.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run/tdumptree.nim b/tests/run/tdumptree.nim index 2a9c7d205..5299a94e3 100644 --- a/tests/run/tdumptree.nim +++ b/tests/run/tdumptree.nim @@ -1,4 +1,5 @@ discard """ +disabled: true output: '''StmtList VarSection IdentDefs @@ -11,6 +12,8 @@ output: '''StmtList IntLit 56''' """ +# disabled; can't work as the output is done by the compiler + import macros #emit("type\n TFoo = object\n bar: int") |