shithub: rgbds

Download patch

ref: 7149fc1e397917824f1d3e06c7c281def7ec6b82
parent: 2e695334c1e1fd909e97e9e6a1e91b61ebbffe9e
author: Antonio Niño Díaz <[email protected]>
date: Tue Apr 3 19:03:01 EDT 2018

tests: Update references

Signed-off-by: Antonio Niño Díaz <[email protected]>

--- 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
--- 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
--- 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)!
--- a/test/asm/[email protected]
+++ b/test/asm/[email protected]
@@ -1,2 +1,2 @@
 ERROR: [email protected](1) -> @(-1):
-	Macro '@' not defined
+    Macro '@' not defined
--- 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.
--- 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
--- 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)!