summaryrefslogtreecommitdiff
path: root/test/files/pos/t1203
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-09-27 09:22:15 -0700
committerPaul Phillips <paulp@improving.org>2012-09-27 09:24:10 -0700
commit75ffc821f711ecd4cad67cd13911f8e69952396f (patch)
tree458d1733e57f9e2c9d6579afa1432686fd3222cb /test/files/pos/t1203
parent96d4a8646b1962fac2f2fc443b56c6619221b43c (diff)
downloadscala-75ffc821f711ecd4cad67cd13911f8e69952396f.tar.gz
scala-75ffc821f711ecd4cad67cd13911f8e69952396f.tar.bz2
scala-75ffc821f711ecd4cad67cd13911f8e69952396f.zip
Moved two tests to less breaky locations.
When there is a test called pos/t1107.scala and also a test called pos/t1107, it is bad.
Diffstat (limited to 'test/files/pos/t1203')
-rw-r--r--test/files/pos/t1203/J.java1
-rw-r--r--test/files/pos/t1203/S.scala1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/files/pos/t1203/J.java b/test/files/pos/t1203/J.java
deleted file mode 100644
index 7fae118e04..0000000000
--- a/test/files/pos/t1203/J.java
+++ /dev/null
@@ -1 +0,0 @@
-interface J { int j = 200 ; }
diff --git a/test/files/pos/t1203/S.scala b/test/files/pos/t1203/S.scala
deleted file mode 100644
index 68eac4bf6d..0000000000
--- a/test/files/pos/t1203/S.scala
+++ /dev/null
@@ -1 +0,0 @@
-object S { J.j }