Merge remote-tracking branch 'origin/main'

This commit is contained in:
2022-10-26 11:35:36 +02:00
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -226,7 +226,7 @@ class TestCodeGen(TestExpectPragmas):
actual = self.all_in_mem(filename, expect) actual = self.all_in_mem(filename, expect)
self.assert_equal(actual, expect) self.assert_equal(actual, expect)
@pytest.mark.parametrize('filename', ALLOC_FILES) @pytest.mark.parametrize('filename', ALL_IN_MEM_FILES)
def test_smart_alloc(self, filename): def test_smart_alloc(self, filename):
"""Generate code with smart allocation.""" """Generate code with smart allocation."""
expect = self.get_expect(filename) expect = self.get_expect(filename)