summaryrefslogtreecommitdiff
path: root/test/files/pos/t7649.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t7649.scala')
-rw-r--r--test/files/pos/t7649.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t7649.scala b/test/files/pos/t7649.scala
index fa5d13369f..d70dc05ea4 100644
--- a/test/files/pos/t7649.scala
+++ b/test/files/pos/t7649.scala
@@ -1,5 +1,5 @@
object Test {
- val c: reflect.macros.BlackboxContext = ???
+ val c: scala.reflect.macros.blackbox.Context = ???
import c.universe._
reify {
// The lookup of the implicit WeakTypeTag[Any]