ref: f63339472e0de6281f61ef0c8eea7ca181fa298a
parent: 43fd1ee02414c098dd3a2f9d1cd767029522d517
author: AntonioND <[email protected]>
date: Sun Apr 2 13:17:41 EDT 2017
Update reference output of tests Due to recent changes, lots of tests generated a slightly different error output. - bank-noexist : This test doesn't generate any error output now as unknown labels are left for the linker to resolve. - null-in-macro : This test used to crash. Now, the parser verifies that a MACRO ends in ENDM, generating an error message if not. Signed-off-by: AntonioND <[email protected]>
--- a/test/asm/bank-noexist.out
+++ b/test/asm/bank-noexist.out
@@ -1,2 +1,0 @@
-ERROR: bank-noexist.asm(2) :
- 'noexist' not defined
--- a/test/asm/divzero-instr.out
+++ b/test/asm/divzero-instr.out
@@ -1,2 +1,2 @@
-ERROR: divzero-instr.asm(2) :
+ERROR: divzero-instr.asm(2):
division by zero
--- a/test/asm/divzero-section-bank.out
+++ b/test/asm/divzero-section-bank.out
@@ -1,2 +1,2 @@
-ERROR: divzero-section-bank.asm(1) :
+ERROR: divzero-section-bank.asm(1):
division by zero
--- a/test/asm/[email protected]
+++ b/test/asm/[email protected]
@@ -1,2 +1,2 @@
-ERROR: [email protected](1) -> @(-1) :
+ERROR: [email protected](1) -> @(-1):
Macro '@' not defined
--- a/test/asm/null-in-macro.out
+++ b/test/asm/null-in-macro.out
@@ -1,0 +1,2 @@
+ERROR: null-in-macro.asm(1):
+ Unterminated MACRO definition
--- a/test/asm/undefined-dot.out
+++ b/test/asm/undefined-dot.out
@@ -1,2 +1,3 @@
-ERROR: undefined-dot.asm(3) :
+ERROR: undefined-dot.asm(3):
'.' not defined
+../../rgbasm: Assembly aborted in pass 2 (1 errors)!