summaryrefslogtreecommitdiff
path: root/test/files/buildmanager
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-03-17 16:02:42 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-03-17 16:02:42 +0000
commitfb399bce3a4f176a3805417d645c645397f35d24 (patch)
treef55d175a8b534d8a5b14c1f43699e01bc45e4134 /test/files/buildmanager
parent9f4d2a906f12853edf8024e3487abc924046c047 (diff)
downloadscala-fb399bce3a4f176a3805417d645c645397f35d24.tar.gz
scala-fb399bce3a4f176a3805417d645c645397f35d24.tar.bz2
scala-fb399bce3a4f176a3805417d645c645397f35d24.zip
Closes #3133. Review by community.
Diffstat (limited to 'test/files/buildmanager')
-rw-r--r--test/files/buildmanager/t3133/A.java7
-rw-r--r--test/files/buildmanager/t3133/t3133.check3
-rw-r--r--test/files/buildmanager/t3133/t3133.test1
3 files changed, 11 insertions, 0 deletions
diff --git a/test/files/buildmanager/t3133/A.java b/test/files/buildmanager/t3133/A.java
new file mode 100644
index 0000000000..9cf4d96bd4
--- /dev/null
+++ b/test/files/buildmanager/t3133/A.java
@@ -0,0 +1,7 @@
+public class A {
+ class Foo {}
+
+ public A(Foo a) {}
+
+ private void bar(Foo z) {}
+}
diff --git a/test/files/buildmanager/t3133/t3133.check b/test/files/buildmanager/t3133/t3133.check
new file mode 100644
index 0000000000..5e4e71e045
--- /dev/null
+++ b/test/files/buildmanager/t3133/t3133.check
@@ -0,0 +1,3 @@
+builder > A.java
+compiling Set(A.java)
+Changes: Map()
diff --git a/test/files/buildmanager/t3133/t3133.test b/test/files/buildmanager/t3133/t3133.test
new file mode 100644
index 0000000000..6cf7e35543
--- /dev/null
+++ b/test/files/buildmanager/t3133/t3133.test
@@ -0,0 +1 @@
+>>compile A.java