We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d916343 + 32d3d26 commit 3b24064Copy full SHA for 3b24064
compiler/test/dotty/tools/vulpix/ParallelTesting.scala
@@ -324,7 +324,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
324
if (!isInteractive) realStdout.println(testing)
325
op
326
} catch {
327
- case NonFatal(e) => {
+ case e: Throwable => {
328
// if an exception is thrown during compilation, the complete test
329
// run should fail
330
failTestSource(testSource)
0 commit comments