summaryrefslogtreecommitdiff
path: root/test/files/run/t5225_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5225_2.scala')
-rw-r--r--test/files/run/t5225_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5225_2.scala b/test/files/run/t5225_2.scala
index d1b607499c..cf0f23a5c8 100644
--- a/test/files/run/t5225_2.scala
+++ b/test/files/run/t5225_2.scala
@@ -1,6 +1,6 @@
import scala.reflect.runtime.universe._
object Test extends App {
- val tree = reify{def foo(@cloneable x: Int) = ""}.tree
+ val tree = reify{def foo(@annotation.elidable(0) x: Int) = ""}.tree
println(tree.toString)
} \ No newline at end of file