[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9302]
This commit is contained in:
parrt 2011-11-10 14:22:58 -08:00
parent 3729529f25
commit 91ccd76e65
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class SemPred extends Action {
public SemPred(OutputModelFactory factory, GrammarAST ast) {
super(factory,ast);
this.msg = ((PredAST)ast).getOption("msg");
this.msg = ((PredAST)ast).getOption("fail");
if ( msg==null ) {
msg = "failed predicate: "+ast.getText();
}