summaryrefslogtreecommitdiff
path: root/test/files/run/t7455/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7455/Test.scala')
-rw-r--r--test/files/run/t7455/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7455/Test.scala b/test/files/run/t7455/Test.scala
index b23a724c78..2cda9225f4 100644
--- a/test/files/run/t7455/Test.scala
+++ b/test/files/run/t7455/Test.scala
@@ -21,7 +21,7 @@ object Test extends DirectTest {
for {
name <- Seq("Outer", "Outer$PrivateInner", "Outer$PrivateStaticInner", "Outer$PublicInner")
clazz = compiler.rootMirror.staticClass(name)
- constr <- clazz.info.member(nme.CONSTRUCTOR).alternatives
+ constr <- clazz.info.member(termNames.CONSTRUCTOR).alternatives
} {
println(constr.defString)
fullyInitializeSymbol(constr)