Skip to content

Commit 64d101b

Browse files
committed
Fix implicit function type application in VulpixTests
1 parent 7bb5613 commit 64d101b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/vulpix/VulpixTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class VulpixTests extends ParallelTesting {
7575
compileFile("../tests/partest-test/deadlock.scala", defaultOptions).expectFailure.checkRuns()
7676

7777
@Test def badJava: Unit =
78-
try compileFile("../tests/partest-test/BadJava.java", defaultOptions).suppressAllOutput.checkCompile
78+
try compileFile("../tests/partest-test/BadJava.java", defaultOptions).suppressAllOutput.checkCompile()
7979
catch {
8080
case ae: AssertionError => assert(ae.getMessage.contains("java compilation failed"))
8181
}

0 commit comments

Comments
 (0)