Skip to content

Commit

Permalink
Fix for #1117 (comment)
Browse files Browse the repository at this point in the history
MOE_MIGRATED_REVID=212738899
  • Loading branch information
cushon committed Sep 13, 2018
1 parent c79dd1d commit 7eb4548
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public void stopOnErrorPolicy() throws IOException {
ImmutableList.of(
"-Xplugin:ErrorProne",
"-XDcompilePolicy=byfile",
"--should-stop:ifError=LOWER"),
"-XDshould-stop.ifError=LOWER"),
ImmutableList.of(),
fileManager.getJavaFileObjects(one, two));
assertThat(task.call()).isFalse();
Expand Down

0 comments on commit 7eb4548

Please sign in to comment.