summaryrefslogtreecommitdiff
path: root/test/files/run/classmanifests_new_core.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/classmanifests_new_core.scala')
-rw-r--r--test/files/run/classmanifests_new_core.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/run/classmanifests_new_core.scala b/test/files/run/classmanifests_new_core.scala
index 63dbfab25c..0a9c58e8e1 100644
--- a/test/files/run/classmanifests_new_core.scala
+++ b/test/files/run/classmanifests_new_core.scala
@@ -1,4 +1,5 @@
+@deprecated("Suppress warnings", since="2.11")
object Test extends App {
println(classManifest[Int])
println(classManifest[Int] eq Manifest.Int)
-} \ No newline at end of file
+}