summaryrefslogtreecommitdiff
path: root/test/files/run/t6548
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6548')
-rw-r--r--test/files/run/t6548/Test_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6548/Test_2.scala b/test/files/run/t6548/Test_2.scala
index 6e4f6ba92a..7200259d36 100644
--- a/test/files/run/t6548/Test_2.scala
+++ b/test/files/run/t6548/Test_2.scala
@@ -8,5 +8,5 @@ class Bean {
object Test extends App {
println(cm.staticClass("Bean").isCaseClass)
- println(typeOf[Bean].declaration(newTermName("value")).annotations)
+ println(typeOf[Bean].declaration(TermName("value")).annotations)
}