summaryrefslogtreecommitdiff
path: root/test/files/run/attributes.scala
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2006-06-20 16:24:02 +0000
committermihaylov <mihaylov@epfl.ch>2006-06-20 16:24:02 +0000
commit640ea6fc45b860e85b588d3217df61d087d674ba (patch)
tree1a60d5cb6ebb716256e1a9049389b19c086c603a /test/files/run/attributes.scala
parenta4e074308b7f9a739101d913302dbb7a7126a24a (diff)
downloadscala-640ea6fc45b860e85b588d3217df61d087d674ba.tar.gz
scala-640ea6fc45b860e85b588d3217df61d087d674ba.tar.bz2
scala-640ea6fc45b860e85b588d3217df61d087d674ba.zip
Fixed bug #634
Diffstat (limited to 'test/files/run/attributes.scala')
-rw-r--r--test/files/run/attributes.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/attributes.scala b/test/files/run/attributes.scala
index 987f139f90..051355a947 100644
--- a/test/files/run/attributes.scala
+++ b/test/files/run/attributes.scala
@@ -79,7 +79,7 @@ object Test {
def main(args: Array[String]): Unit = {
Test1.run
Test2.run
- Test3.run
- Test4.run
+ //Test3.run // requires the use of -target:jvm-1.5
+ //Test4.run
}
}