msg->fail

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9301]
This commit is contained in:
parrt 2011-11-10 14:09:28 -08:00
parent 61e9eade6a
commit 3729529f25
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class BasicSemanticChecks extends GrammarTreeVisitor {
public static final Set<String> legalSemPredOptions =
new HashSet<String>() {
{
add("msg");
add("fail");
}
};