Skip to content

Commit

Permalink
gv4 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Thome committed Oct 7, 2018
1 parent bcb213f commit 8fc1b1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inmemantlr-api/src/test/java/TestExternalGrammars.java
Original file line number Diff line number Diff line change
Expand Up @@ -750,9 +750,9 @@ public void testR() {
verify(gp, s.examples, s.nexamples, s.entrypoint);
}

@Test
public void testJavascript() {

// @Test
// public void testJavascript() {
//
// if (!toCheck("javascript"))
// return;
//
Expand Down Expand Up @@ -799,6 +799,6 @@ public void testJavascript() {
// jParser.setListener(mdt);
//
// verify(jParser, s.examples, s.nexamples, "program");
}
// }

}

0 comments on commit 8fc1b1c

Please sign in to comment.