diff --git a/test.py b/test.py index 1ddece33..21ea6c26 100755 --- a/test.py +++ b/test.py @@ -53,12 +53,6 @@ def test_basic_app(self): spimdisasm.common.GlobalConfig.ASM_GENERATED_BY = False main(["test/basic_app/splat.yaml"], None, False) - print(f"\n\n") - print(f"{options.opts.asm_emit_size_directive=}") - print(f"\n\n") - print(f"{spimdisasm.common.GlobalConfig.ASM_EMIT_SIZE_DIRECTIVE=}") - print(f"\n\n") - comparison = filecmp.dircmp("test/basic_app/split", "test/basic_app/expected") diff_files: List[Tuple[str, str, str]] = [] diff --git a/test/basic_app/expected/.splache b/test/basic_app/expected/.splache index 20e2fdd5..f08e32e2 100644 Binary files a/test/basic_app/expected/.splache and b/test/basic_app/expected/.splache differ