From 38a80f281667a8420483fb09a24898a3a03c1161 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 27 Jul 2020 18:30:12 +0200 Subject: [PATCH] Fix test failing on OS-dependent trailing newline --- test/asm/jr-@.err | 0 test/asm/jr-section.asm | 3 ++- test/asm/jr-section.out | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 test/asm/jr-@.err diff --git a/test/asm/jr-@.err b/test/asm/jr-@.err new file mode 100644 index 00000000..e69de29b diff --git a/test/asm/jr-section.asm b/test/asm/jr-section.asm index fe1bd8fc..15a26863 100644 --- a/test/asm/jr-section.asm +++ b/test/asm/jr-section.asm @@ -2,4 +2,5 @@ SECTION "Test", ROM0 Label: jr Label - PRINTV Label - @ +DIFF equ Label - @ + PRINTT "{DIFF}\n" diff --git a/test/asm/jr-section.out b/test/asm/jr-section.out index 0ad6e2f9..e74bc038 100644 --- a/test/asm/jr-section.out +++ b/test/asm/jr-section.out @@ -1 +1 @@ -$FFFFFFFE \ No newline at end of file +$FFFFFFFE