aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-11-05 15:45:50 +0100
committerMartin Odersky <odersky@gmail.com>2015-11-05 15:48:07 +0100
commit399cc10e8d6984583f18d4f3ee8a8eb6d1608d81 (patch)
treeac957ea281143ba0eb8b264004d561afb3e024ef /test/dotc/tests.scala
parent990eff8a5905a3b3120bf1c150e218792acd8822 (diff)
downloaddotty-399cc10e8d6984583f18d4f3ee8a8eb6d1608d81.tar.gz
dotty-399cc10e8d6984583f18d4f3ee8a8eb6d1608d81.tar.bz2
dotty-399cc10e8d6984583f18d4f3ee8a8eb6d1608d81.zip
Drop neg test
Diffstat (limited to 'test/dotc/tests.scala')
-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 596c4a27e..a2f2f3d86 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -131,7 +131,6 @@ class tests extends CompilerTest {
@Test def neg_tailcall2 = compileFile(negTailcallDir, "tailrec-2", xerrors = 2)
@Test def neg_tailcall3 = compileFile(negTailcallDir, "tailrec-3", xerrors = 2)
- @Test def neg_t1279a = compileFile(negDir, "t1279a", xerrors = 1)
@Test def neg_t1843_variances = compileFile(negDir, "t1843-variances", xerrors = 1)
@Test def neg_t2660_ambi = compileFile(negDir, "t2660", xerrors = 2)
@Test def neg_t2994 = compileFile(negDir, "t2994", xerrors = 2)