aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t1176
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t1176')
-rw-r--r--tests/untried/pos/t1176/J.java4
-rw-r--r--tests/untried/pos/t1176/S.scala1
2 files changed, 0 insertions, 5 deletions
diff --git a/tests/untried/pos/t1176/J.java b/tests/untried/pos/t1176/J.java
deleted file mode 100644
index 0d82c75fc..000000000
--- a/tests/untried/pos/t1176/J.java
+++ /dev/null
@@ -1,4 +0,0 @@
-class J {
- J() { }
- J( java.util.Collection<?> collection ) { }
-}
diff --git a/tests/untried/pos/t1176/S.scala b/tests/untried/pos/t1176/S.scala
deleted file mode 100644
index a7fc3e0ce..000000000
--- a/tests/untried/pos/t1176/S.scala
+++ /dev/null
@@ -1 +0,0 @@
-class S { new J }