summary refs log tree commit diff stats
path: root/tests/macros
diff options
context:
space:
mode:
Diffstat (limited to 'tests/macros')
-rw-r--r--tests/macros/tnodecompare.nim16
-rw-r--r--tests/macros/tsametype.nim20
2 files changed, 18 insertions, 18 deletions
diff --git a/tests/macros/tnodecompare.nim b/tests/macros/tnodecompare.nim
index ef25ae370..3870c7559 100644
--- a/tests/macros/tnodecompare.nim
+++ b/tests/macros/tnodecompare.nim
@@ -1,12 +1,12 @@
 discard """
-output: '''1
-0
-1
-0
-1
-0
-1
-0'''
+output: '''true
+false
+true
+false
+true
+false
+true
+false'''
 """
 
 import macros
diff --git a/tests/macros/tsametype.nim b/tests/macros/tsametype.nim
index 6baa34751..34296015f 100644
--- a/tests/macros/tsametype.nim
+++ b/tests/macros/tsametype.nim
@@ -1,14 +1,14 @@
 discard """
-output: '''1
-0
-1
-0
-1
-0
-1
-0
-1
-0'''
+output: '''true
+false
+true
+false
+true
+false
+true
+false
+true
+false'''
 """
 
 import macros