Skip to content

Commit

Permalink
Fixing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Nov 29, 2024
1 parent 11932dc commit 0a0e6d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public void testTransitiveModuleName(Path base) throws Exception {
.sourcepath(src)
.files(findJavaFiles(src))
.outdir(classes)
.run()
.run(Task.Expect.FAIL)
.writeAll()
.getOutputLines(Task.OutputKind.DIRECT);

Expand Down

0 comments on commit 0a0e6d3

Please sign in to comment.