Skip to content

Commit 2462995

Browse files
committedAug 21, 2020
8252120: compiler/oracle/TestCompileCommand.java misspells "occured"
Reviewed-by: iignatyev
1 parent ef614ed commit 2462995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hotspot/jtreg/compiler/oracle/TestCompileCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private static void verifyValidOption(String[] arguments, String[] expected_outp
6262
out.shouldContain(expected_output);
6363
}
6464

65-
out.shouldNotContain("CompileCommand: An error occured during parsing");
65+
out.shouldNotContain("CompileCommand: An error occurred during parsing");
6666
out.shouldHaveExitValue(0);
6767
}
6868

0 commit comments

Comments
 (0)
Please sign in to comment.