summaryrefslogtreecommitdiff
path: root/test/pending/pos
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-03-31 18:08:39 +0000
committerPaul Phillips <paulp@improving.org>2009-03-31 18:08:39 +0000
commit79c1f9882a31a833bb02ecbbdfdcb6ca61d2c522 (patch)
treec3647eb1a56b0a62b11e06e0ca0f6ea1014f67a4 /test/pending/pos
parent16d4b1d76a6388c0dea5ee118c4f94a0f4b15fc5 (diff)
downloadscala-79c1f9882a31a833bb02ecbbdfdcb6ca61d2c522.tar.gz
scala-79c1f9882a31a833bb02ecbbdfdcb6ca61d2c522.tar.bz2
scala-79c1f9882a31a833bb02ecbbdfdcb6ca61d2c522.zip
Moved static forwarder generation behind -Xforw...
Moved static forwarder generation behind -Xforwarders option. Special cased main so #363 continues to work. Moved test case for #1745 into pending since it requires forwarders to work.
Diffstat (limited to 'test/pending/pos')
-rw-r--r--test/pending/pos/t1840/J.java4
-rw-r--r--test/pending/pos/t1840/S.scala2
2 files changed, 0 insertions, 6 deletions
diff --git a/test/pending/pos/t1840/J.java b/test/pending/pos/t1840/J.java
deleted file mode 100644
index 3914721431..0000000000
--- a/test/pending/pos/t1840/J.java
+++ /dev/null
@@ -1,4 +0,0 @@
-package p;
-class J {
- J() {}
-} \ No newline at end of file
diff --git a/test/pending/pos/t1840/S.scala b/test/pending/pos/t1840/S.scala
deleted file mode 100644
index 00ab0ff3b1..0000000000
--- a/test/pending/pos/t1840/S.scala
+++ /dev/null
@@ -1,2 +0,0 @@
-package p
-class S { new J } \ No newline at end of file