From 7149fc1e397917824f1d3e06c7c281def7ec6b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Tue, 3 Apr 2018 23:03:01 +0100 Subject: [PATCH] tests: Update references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antonio Niño Díaz --- test/asm/divzero-instr.out | 2 +- test/asm/divzero-section-bank.out | 2 +- test/asm/local-wrong-parent.out | 2 +- test/asm/macro-@.out | 2 +- test/asm/null-in-macro.out | 2 +- test/asm/remote-local-noexist.out | 2 +- test/asm/undefined-dot.out | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/asm/divzero-instr.out b/test/asm/divzero-instr.out index a0538f32..09041a59 100644 --- a/test/asm/divzero-instr.out +++ b/test/asm/divzero-instr.out @@ -1,2 +1,2 @@ ERROR: divzero-instr.asm(2): - division by zero + division by zero diff --git a/test/asm/divzero-section-bank.out b/test/asm/divzero-section-bank.out index 2e2d1a2c..b81d7254 100644 --- a/test/asm/divzero-section-bank.out +++ b/test/asm/divzero-section-bank.out @@ -1,2 +1,2 @@ ERROR: divzero-section-bank.asm(1): - division by zero + division by zero diff --git a/test/asm/local-wrong-parent.out b/test/asm/local-wrong-parent.out index 96d34a4d..a59b1a4d 100644 --- a/test/asm/local-wrong-parent.out +++ b/test/asm/local-wrong-parent.out @@ -1,3 +1,3 @@ ERROR: local-wrong-parent.asm(5): - Not currently in the scope of 'WrongParent' + Not currently in the scope of 'WrongParent' error: Assembly aborted in pass 1 (1 errors)! diff --git a/test/asm/macro-@.out b/test/asm/macro-@.out index 67efacf0..0b399407 100644 --- a/test/asm/macro-@.out +++ b/test/asm/macro-@.out @@ -1,2 +1,2 @@ ERROR: macro-@.asm(1) -> @(-1): - Macro '@' not defined + Macro '@' not defined diff --git a/test/asm/null-in-macro.out b/test/asm/null-in-macro.out index d0829f3d..13f603d2 100644 --- a/test/asm/null-in-macro.out +++ b/test/asm/null-in-macro.out @@ -1,2 +1,2 @@ ERROR: null-in-macro.asm(1): - Unterminated MACRO definition. + Unterminated MACRO definition. diff --git a/test/asm/remote-local-noexist.out b/test/asm/remote-local-noexist.out index d1079028..f1fbac28 100644 --- a/test/asm/remote-local-noexist.out +++ b/test/asm/remote-local-noexist.out @@ -1,2 +1,2 @@ ERROR: remote-local-noexist.asm(7): - 'Parent.child.fail' is a nonsensical reference to a nested local symbol + 'Parent.child.fail' is a nonsensical reference to a nested local symbol diff --git a/test/asm/undefined-dot.out b/test/asm/undefined-dot.out index c1966e4b..baf08256 100644 --- a/test/asm/undefined-dot.out +++ b/test/asm/undefined-dot.out @@ -1,3 +1,3 @@ ERROR: undefined-dot.asm(3): - '.' not defined + '.' not defined error: Assembly aborted in pass 2 (1 errors)!