Ignore testStartRuleWithoutEOF until we decide on the desired behavior

This commit is contained in:
Sam Harwell 2013-01-02 09:06:00 -06:00
parent 4040dc0d6d
commit 922fe53bdd
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
package org.antlr.v4.test;
import org.junit.Ignore;
import org.junit.Test;
import static org.junit.Assert.*;
@ -286,6 +287,7 @@ public class TestParserExec extends BaseTest {
* This is a regression test for antlr/antlr4#110.
* https://github.com/antlr/antlr4/issues/110
*/
@Ignore("Performance impact of passing this test may not be worthwhile")
@Test public void testStartRuleWithoutEOF() {
String grammar =
"grammar T;\n"+