summaryrefslogtreecommitdiff
path: root/test/files/run/macro-expand-nullary-generic.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-expand-nullary-generic.check')
-rw-r--r--test/files/run/macro-expand-nullary-generic.check10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/run/macro-expand-nullary-generic.check b/test/files/run/macro-expand-nullary-generic.check
index 42976f4baf..0470d239dc 100644
--- a/test/files/run/macro-expand-nullary-generic.check
+++ b/test/files/run/macro-expand-nullary-generic.check
@@ -1,6 +1,6 @@
-it works WeakTypeTag[Int]
-it works WeakTypeTag[Int]
-it works WeakTypeTag[Int]
-it works WeakTypeTag[Int]
-it works WeakTypeTag[Int]
+fooNullary[Int]
+fooEmpty[Int]
+fooEmpty[Int]
+barNullary[Int]
+barEmpty[Int]
kkthxbai