8252120: compiler/oracle/TestCompileCommand.java misspells "occured"

Reviewed-by: iignatyev
This commit is contained in:
Aleksey Shipilev 2020-08-21 09:38:27 +02:00
parent ef614ed8af
commit 2462995662

View File

@ -62,7 +62,7 @@ public class TestCompileCommand {
out.shouldContain(expected_output);
}
out.shouldNotContain("CompileCommand: An error occured during parsing");
out.shouldNotContain("CompileCommand: An error occurred during parsing");
out.shouldHaveExitValue(0);
}