mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-03 22:55:40 +00:00
Add comment to regression test.
This commit is contained in:
parent
cde1f5ef56
commit
24df3a2e50
@ -130,6 +130,7 @@ public class TestLog
|
||||
log.error(tree.pos(), Errors.NotStmt);
|
||||
log.error(nil, Errors.NotStmt);
|
||||
|
||||
// some warnings that will be emitted during parsing
|
||||
log.warning(Warnings.ExtraneousSemicolon);
|
||||
log.warning(tree.pos, Warnings.ExtraneousSemicolon);
|
||||
log.warning(tree.pos(), Warnings.ExtraneousSemicolon);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user