summaryrefslogtreecommitdiff
path: root/test/files/run/macro-expand-tparams-prefix-c1.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-04-09 09:57:24 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-04-09 09:57:24 -0700
commite5cb848e6dd3afc571da75c7f7f61431c8bed27f (patch)
treea07d953593115711395a12c22ebde41b99355c34 /test/files/run/macro-expand-tparams-prefix-c1.check
parent53e031f55386d131b1aaa5fb93ee1a3ac6bce646 (diff)
parent34a6fa9bb44ffd96dbb0ee59905fecf4e29879ba (diff)
downloadscala-e5cb848e6dd3afc571da75c7f7f61431c8bed27f.tar.gz
scala-e5cb848e6dd3afc571da75c7f7f61431c8bed27f.tar.bz2
scala-e5cb848e6dd3afc571da75c7f7f61431c8bed27f.zip
Merge pull request #2349 from scalamacros/ticket/6937
SI-6937 core type tags are no longer referentially unique
Diffstat (limited to 'test/files/run/macro-expand-tparams-prefix-c1.check')
-rw-r--r--test/files/run/macro-expand-tparams-prefix-c1.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/macro-expand-tparams-prefix-c1.check b/test/files/run/macro-expand-tparams-prefix-c1.check
index f0dd5b9cd8..0f24f74db1 100644
--- a/test/files/run/macro-expand-tparams-prefix-c1.check
+++ b/test/files/run/macro-expand-tparams-prefix-c1.check
@@ -1,3 +1,3 @@
-TypeTag[Int]
+WeakTypeTag[Int]
WeakTypeTag[String]
-TypeTag[Boolean]
+WeakTypeTag[Boolean]