Skip to content

Commit

Permalink
Forgot to make all tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Nov 20, 2024
1 parent faf25f1 commit 2c6541a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestASTStructure.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ describe("TestASTStructure", () => {
expect(actual).toBe(expecting);
});

it.only("rule8", () => {
it("rule8", () => {
const context = execParser("ruleSpec", "\n\ta[int i] throws a.b.c\n\t\t:\tA\n\t\t;\n\t", 115) as RuleSpecContext;

const dummy = new GrammarAST();
Expand Down

0 comments on commit 2c6541a

Please sign in to comment.