summaryrefslogtreecommitdiff
path: root/test/files/run/macro-expand-nullary-nongeneric.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-expand-nullary-nongeneric.check')
-rw-r--r--test/files/run/macro-expand-nullary-nongeneric.check10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/run/macro-expand-nullary-nongeneric.check b/test/files/run/macro-expand-nullary-nongeneric.check
index 9ab5f3a2bc..cb7e766394 100644
--- a/test/files/run/macro-expand-nullary-nongeneric.check
+++ b/test/files/run/macro-expand-nullary-nongeneric.check
@@ -1,6 +1,6 @@
-it works
-it works
-it works
-it works
-it works
+fooNullary
+fooEmpty
+fooEmpty
+barNullary
+barEmpty
kkthxbai