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)!