Fix test affected by 9c1e58db7c (add {} in primary alt block of LR rule)

This commit is contained in:
Sam Harwell 2012-03-27 21:22:04 -05:00
parent 4b0040f2a1
commit eb48cdf55b
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public class TestListeners extends BaseTest {
"1\n" +
"2\n" +
"3\n" +
"1 [14 6]\n";
"1 [16 6]\n";
assertEquals(expecting, result);
}
}