summary refs log tree commit diff stats
path: root/tests/run
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-05-29 00:42:28 +0200
committerAraq <rumpf_a@web.de>2012-05-29 00:42:28 +0200
commitb5d8e8bfaa3683d7034f3fad45ce9024188ad92a (patch)
treee8c5f171fdeb522f4c451658924ff3614f23a3a2 /tests/run
parentf3980eb24ad76001671c76ce668f0ee25e481ba0 (diff)
downloadNim-b5d8e8bfaa3683d7034f3fad45ce9024188ad92a.tar.gz
'+=' etc for all floating point types
Diffstat (limited to 'tests/run')
-rw-r--r--tests/run/tdumptree.nim3
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")