diff --git a/MiniC/TP05/tp5b.pdf b/MiniC/TP05/tp5b.pdf index 71d8d29..facf657 100644 Binary files a/MiniC/TP05/tp5b.pdf and b/MiniC/TP05/tp5b.pdf differ diff --git a/MiniC/test_codegen.py b/MiniC/test_codegen.py index e6a16f1..85802ef 100644 --- a/MiniC/test_codegen.py +++ b/MiniC/test_codegen.py @@ -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)