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 133840c469..42976f4baf 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 TypeTag[Int]
-it works TypeTag[Int]
-it works TypeTag[Int]
-it works TypeTag[Int]
-it works TypeTag[Int]
+it works WeakTypeTag[Int]
+it works WeakTypeTag[Int]
+it works WeakTypeTag[Int]
+it works WeakTypeTag[Int]
+it works WeakTypeTag[Int]
kkthxbai