diff --git a/test/filecheck/hello-world.asm b/test/filecheck/hello-world.asm index 5122bc1..d8449ac 100644 --- a/test/filecheck/hello-world.asm +++ b/test/filecheck/hello-world.asm @@ -12,4 +12,4 @@ msg: .ascii "Hello world\n" scall // CHECK: Hello world -// CHECK: [CPU] Program exited with code 0 \ No newline at end of file +// CHECK: [CPU] Program exited with code 0 diff --git a/test/filecheck/lit.cfg b/test/filecheck/lit.cfg index 7879d03..10030fb 100644 --- a/test/filecheck/lit.cfg +++ b/test/filecheck/lit.cfg @@ -7,4 +7,3 @@ xdsl_src = os.path.dirname(os.path.dirname(config.test_source_root)) config.name = "riscemu" config.test_format = lit.formats.ShTest(preamble_commands=[f"cd {xdsl_src}"]) config.suffixes = ['.asm'] -