Skip to content

Commit

Permalink
fix: test runner gave errors on non-normalized paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dashorst committed May 9, 2024
1 parent b3cf7e2 commit d4eb747
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,8 @@ protected void runTest(boolean shouldCompileOK, String[] testFiles, Object extra
"Unexpected error output for invocation with arguments ["
+ extraArguments + "]",
expectedErrOutputString,
errOutputString);
outputDirNormalizer
.normalized(errOutputString));
}
}

Expand Down

0 comments on commit d4eb747

Please sign in to comment.