summaryrefslogtreecommitdiff
path: root/test/files/neg/t5753/Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5753/Test_2.scala')
-rw-r--r--test/files/neg/t5753/Test_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5753/Test_2.scala b/test/files/neg/t5753/Test_2.scala
index 150850a0eb..d52ed65c60 100644
--- a/test/files/neg/t5753/Test_2.scala
+++ b/test/files/neg/t5753/Test_2.scala
@@ -1,4 +1,4 @@
-import scala.reflect.macros.{BlackboxContext => Ctx}
+import scala.reflect.macros.blackbox.Context
object Macros extends Impls {
def foo(x: Any): Any = macro impl