Skip to content

Commit 863c058

Browse files
committed
Remove -Ystop-after in exhaustivity tests
1 parent 28c2cba commit 863c058

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/test/dotty/tools/dotc/transform/PatmatExhaustivityTest.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import vulpix.TestConfiguration
1616

1717
class PatmatExhaustivityTest {
1818
val testsDir = "tests/patmat"
19-
// stop-after: patmatexhaust-huge.scala crash compiler
20-
val options = List("-color:never", "-Ystop-after:crossCast", "-Ycheck-all-patmat", "-classpath", TestConfiguration.basicClasspath)
19+
val options = List("-color:never", "-Ycheck-all-patmat", "-classpath", TestConfiguration.basicClasspath)
2120

2221
private def compileFile(path: JPath) = {
2322
val stringBuffer = new StringWriter()

0 commit comments

Comments
 (0)