summaryrefslogtreecommitdiff
path: root/test/files/run/t5225_2.check
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-01-17 19:55:42 +0100
committerSimon Ochsenreither <simon@ochsenreither.de>2013-01-17 20:52:24 +0100
commit167fc0acb9bc75f3f378d2bfbabd61a2782a3568 (patch)
tree0e8a6abbda1a632269544fd61d3f828d28a65f1d /test/files/run/t5225_2.check
parent4805b97b62b00b39fee55ee9855ae8c046f5d621 (diff)
downloadscala-167fc0acb9bc75f3f378d2bfbabd61a2782a3568.tar.gz
scala-167fc0acb9bc75f3f378d2bfbabd61a2782a3568.tar.bz2
scala-167fc0acb9bc75f3f378d2bfbabd61a2782a3568.zip
SI-6811 Remove usages of scala.annotation.cloneable
The source file itself will be removed later, because the compiler seems to need it for boot-strapping.
Diffstat (limited to 'test/files/run/t5225_2.check')
-rw-r--r--test/files/run/t5225_2.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5225_2.check b/test/files/run/t5225_2.check
index 8ed54a14bb..477ea4eb6d 100644
--- a/test/files/run/t5225_2.check
+++ b/test/files/run/t5225_2.check
@@ -1,4 +1,4 @@
{
- def foo(@new cloneable() x: Int) = "";
+ def foo(@new elidable(0) x: Int) = "";
()
}