summaryrefslogtreecommitdiff
path: root/test/files/run/macro-range/Common_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-range/Common_1.scala')
-rw-r--r--test/files/run/macro-range/Common_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/macro-range/Common_1.scala b/test/files/run/macro-range/Common_1.scala
index 5c4bc211fc..4083e6126e 100644
--- a/test/files/run/macro-range/Common_1.scala
+++ b/test/files/run/macro-range/Common_1.scala
@@ -43,5 +43,5 @@ abstract class Utils {
LabelDef(lname, Nil, rhs)
}
def makeBinop(left: Tree, op: String, right: Tree): Tree =
- Apply(Select(left, newTermName(op)), List(right))
+ Apply(Select(left, TermName(op)), List(right))
}