aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOndrej Lhotak <olhotak@uwaterloo.ca>2014-10-29 17:29:40 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-11-22 20:10:22 +0100
commit4dabffd47955b3e02174598d57c5dd6c9b6752bc (patch)
treed450fcb9fb1ad5ad6048bfdb8ea7c0d6008d2cb6 /test
parentf1602ab22bf0b26d2e68bf564e6f53271a5707d2 (diff)
downloaddotty-4dabffd47955b3e02174598d57c5dd6c9b6752bc.tar.gz
dotty-4dabffd47955b3e02174598d57c5dd6c9b6752bc.tar.bz2
dotty-4dabffd47955b3e02174598d57c5dd6c9b6752bc.zip
create dummy first constructor for Java classes
The dummy constructor is needed so that the real constructors see the import of the companion object. The constructor has a parameter of type Unit so that no Java code can call it.
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 3f1801a50..c08dda4c4 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -140,7 +140,6 @@ class tests extends CompilerTest {
val javaDir = "./tests/disabled/java-interop/"
@Test def java_all = compileFiles(javaDir+"pos/")
- @Test def java_2409 = compileDir(javaDir+"failing/t2409")
@Test def java_1751 = compileDir(javaDir+"failing/t1751")
@Test def java_294 = compileDir(javaDir+"failing/t294")