summaryrefslogtreecommitdiff
path: root/test/files/pos/t1203b
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/t1203b
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/t1203b')
-rw-r--r--test/files/pos/t1203b/J.java1
-rw-r--r--test/files/pos/t1203b/S.scala1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/files/pos/t1203b/J.java b/test/files/pos/t1203b/J.java
new file mode 100644
index 0000000000..7fae118e04
--- /dev/null
+++ b/test/files/pos/t1203b/J.java
@@ -0,0 +1 @@
+interface J { int j = 200 ; }
diff --git a/test/files/pos/t1203b/S.scala b/test/files/pos/t1203b/S.scala
new file mode 100644
index 0000000000..68eac4bf6d
--- /dev/null
+++ b/test/files/pos/t1203b/S.scala
@@ -0,0 +1 @@
+object S { J.j }