From 2f6073b4dfb909a11702d45335070a04a8dccf67 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Mon, 1 May 2023 17:35:14 +0100 Subject: [PATCH] fix whitespace issues --- test/filecheck/hello-world.asm | 2 +- test/filecheck/lit.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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'] -