Fix test name

This commit is contained in:
Sam Harwell 2012-11-04 13:33:55 -06:00
parent d33172dce5
commit ead9258da3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class TestLexerErrors extends BaseTest {
}
@Test
public void tesStringsEmbeddedInActions() {
public void testStringsEmbeddedInActions() {
String grammar =
"lexer grammar Actions;\n"
+ "ACTION2 : '[' (STRING | ~'\"')*? ']';\n"