summary refs log tree commit diff stats
path: root/tests/run
diff options
context:
space:
mode:
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")