summaryrefslogtreecommitdiff
path: root/test/files/pos/t1232
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2008-10-28 22:39:53 +0000
committerPhilipp Haller <hallerp@gmail.com>2008-10-28 22:39:53 +0000
commit7e8f7199a1f2ea097243295eeb61c1a2e6155c66 (patch)
treee1e9289df3bd068693c5c690f58609eb845d67ec /test/files/pos/t1232
parentc59f026df158ffc56277822265edfc8ff247348b (diff)
downloadscala-7e8f7199a1f2ea097243295eeb61c1a2e6155c66.tar.gz
scala-7e8f7199a1f2ea097243295eeb61c1a2e6155c66.tar.bz2
scala-7e8f7199a1f2ea097243295eeb61c1a2e6155c66.zip
Moved test requiring 1.5 javac/jvm to pos5.
Diffstat (limited to 'test/files/pos/t1232')
-rwxr-xr-xtest/files/pos/t1232/J.java2
-rwxr-xr-xtest/files/pos/t1232/J2.java2
-rwxr-xr-xtest/files/pos/t1232/S.scala2
3 files changed, 0 insertions, 6 deletions
diff --git a/test/files/pos/t1232/J.java b/test/files/pos/t1232/J.java
deleted file mode 100755
index af3aad928d..0000000000
--- a/test/files/pos/t1232/J.java
+++ /dev/null
@@ -1,2 +0,0 @@
-package j;
-public class J { public enum E { e1 } } \ No newline at end of file
diff --git a/test/files/pos/t1232/J2.java b/test/files/pos/t1232/J2.java
deleted file mode 100755
index dc117d360f..0000000000
--- a/test/files/pos/t1232/J2.java
+++ /dev/null
@@ -1,2 +0,0 @@
-import s.S;
-class J2 { } \ No newline at end of file
diff --git a/test/files/pos/t1232/S.scala b/test/files/pos/t1232/S.scala
deleted file mode 100755
index 1b6bca7327..0000000000
--- a/test/files/pos/t1232/S.scala
+++ /dev/null
@@ -1,2 +0,0 @@
-package s
-class S { j.J.E.e1 }