Fix unit test

This commit is contained in:
sharwell 2012-02-08 23:47:35 -06:00
parent 0ec084dc73
commit f5f3861cb7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class TestLexerAttributes extends BaseTest {
int start = output.indexOf('#');
int end = output.lastIndexOf('#');
String snippet = output.substring(start+1,end);
assertEquals("type = 101;", snippet);
assertEquals("_type = 101;", snippet);
}
}