Merge remote-tracking branch 'origin/main'

This commit is contained in:
Mysaa 2022-10-26 11:35:36 +02:00
commit 52ce1488c5
Signed by: Mysaa
GPG Key ID: 7054D5D6A90F084F
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -226,7 +226,7 @@ class TestCodeGen(TestExpectPragmas):
actual = self.all_in_mem(filename, 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):
"""Generate code with smart allocation."""
expect = self.get_expect(filename)