Skip to content

Commit

Permalink
Removed parser test that was relying on DUMMY_BLOCKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
carymrobbins committed Nov 25, 2014
1 parent e660417 commit f1b1139
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/com/haskforce/parser/HaskellParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ public HaskellParserTest() {
public void testVar00001() { doTest(true, true); }
public void testQuote00001() { doTest(true, true); }
// public void testParseMonad() { doTest(true, true); }
// TODO: Change to doTest(true, true) after bugfixes.
public void testInternalLexer() { doTest(true, false); }

// TODO: Change to doTest(true, true) after bug fixes.
// Note that testInternalLexer seems to output different parse trees between IntelliJ 13 and 14.
// This is probably due to the excessive DUMMY_BLOCKs throughout the parse result.
// public void testInternalLexer() { doTest(true, false); }
}

0 comments on commit f1b1139

Please sign in to comment.