summaryrefslogtreecommitdiff
path: root/test/files/run/t0421-old.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0421-old.scala')
-rw-r--r--test/files/run/t0421-old.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t0421-old.scala b/test/files/run/t0421-old.scala
index 8d51013924..9b88b4789b 100644
--- a/test/files/run/t0421-old.scala
+++ b/test/files/run/t0421-old.scala
@@ -1,4 +1,6 @@
// ticket #421
+
+@deprecated("Suppress warnings", since="2.11")
object Test extends App {
def transpose[A: ClassManifest](xss: Array[Array[A]]) = {