Skip to content

Commit

Permalink
Runs compilation failure tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrussell authored and EricRahm committed Jul 19, 2024
1 parent d048c8c commit 57f005b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/front_end/module_ir_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4194,12 +4194,12 @@ def test_case(self):

return test_case

for test in _get_test_cases():
for test in _get_negative_test_cases():
test_name = "test " + test.name + " compilation failure"
assert not hasattr(ModuleIrTest, test_name)
setattr(ModuleIrTest, test_name, _make_negative_test(test))


_make_negative_tests()
_make_superset_tests()
_make_source_location_tests()

Expand Down

0 comments on commit 57f005b

Please sign in to comment.