summaryrefslogtreecommitdiff
path: root/test/files/run/macro-bodyexpandstoimpl/Macros_Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-bodyexpandstoimpl/Macros_Test_2.scala')
-rw-r--r--test/files/run/macro-bodyexpandstoimpl/Macros_Test_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/macro-bodyexpandstoimpl/Macros_Test_2.scala b/test/files/run/macro-bodyexpandstoimpl/Macros_Test_2.scala
index b589d4be03..cfcb59c17b 100644
--- a/test/files/run/macro-bodyexpandstoimpl/Macros_Test_2.scala
+++ b/test/files/run/macro-bodyexpandstoimpl/Macros_Test_2.scala
@@ -1,4 +1,4 @@
-import scala.reflect.macros.{Context => Ctx}
+import scala.language.experimental.macros
object Macros {
def foo(x: Int) = macro Impls.refToFoo(42)