summaryrefslogtreecommitdiff
path: root/test/files/pos/t5223.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5223.scala')
-rw-r--r--test/files/pos/t5223.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t5223.scala b/test/files/pos/t5223.scala
index 0b2528e367..d81daa9907 100644
--- a/test/files/pos/t5223.scala
+++ b/test/files/pos/t5223.scala
@@ -2,5 +2,5 @@ import scala.reflect.runtime.universe._
object Foo extends App {
reify{def printf(format: String, args: Any*): String = null }
- reify{def printf(format: String, args: Any*): String = ("abc": @cloneable)}
+ reify{def printf(format: String, args: Any*): String = ("abc": @deprecated)}
} \ No newline at end of file