Skip to content

Commit

Permalink
Minor change to some tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastassija committed Mar 17, 2016
1 parent 3445828 commit dea2b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/org/iguana/parser/iggy/paper/Tests.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Tests {

@Before
public void init() {
IGGY = Grammar.load(new File("test/org/iguana/parser/iggy/IGGY"));
IGGY = Grammar.load(getClass().getResourceAsStream("/IggyGrammar"));
DesugarPrecedenceAndAssociativity precedenceAndAssociativity = new DesugarPrecedenceAndAssociativity();
precedenceAndAssociativity.setOP2();
IGGY = new EBNFToBNF().transform(IGGY);
Expand Down

0 comments on commit dea2b65

Please sign in to comment.