Skip to content

Commit

Permalink
Test commit, please ignore
Browse files Browse the repository at this point in the history
This should fail
  • Loading branch information
jasongraffius committed Jul 20, 2024
1 parent 3c49a50 commit 9db0559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/front_end/lr1_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ def test_conflict_str(self):
str(lr1.Conflict(12, "'A'", ["R", "S"])))
self.assertEqual("Conflict for 'A' in state 12: R vs S vs T",
str(lr1.Conflict(12, "'A'", ["R", "S", "T"])))
self.fail()


if __name__ == "__main__":
Expand Down

0 comments on commit 9db0559

Please sign in to comment.