Skip to content

Commit 0650ec0

Browse files
committed
Drop neg test
1 parent 230cdf7 commit 0650ec0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/dotc/tests.scala

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ class tests extends CompilerTest {
132132
@Test def neg_tailcall2 = compileFile(negTailcallDir, "tailrec-2", xerrors = 2)
133133
@Test def neg_tailcall3 = compileFile(negTailcallDir, "tailrec-3", xerrors = 2)
134134

135-
@Test def neg_t1279a = compileFile(negDir, "t1279a", xerrors = 1)
136135
@Test def neg_t1843_variances = compileFile(negDir, "t1843-variances", xerrors = 1)
137136
@Test def neg_t2660_ambi = compileFile(negDir, "t2660", xerrors = 2)
138137
@Test def neg_t2994 = compileFile(negDir, "t2994", xerrors = 2)

0 commit comments

Comments
 (0)