diff --git a/test/link/bank-numbers.out b/test/link/bank-numbers.out index 427fe8b0..e69de29b 100644 --- a/test/link/bank-numbers.out +++ b/test/link/bank-numbers.out @@ -1,2 +0,0 @@ -rgblink: warning: Trying to calculate BANK() of label in HRAM. -rgblink: warning: Trying to calculate BANK() of label in OAM. diff --git a/test/link/romx-tiny-no-t.out b/test/link/romx-tiny-no-t.out index 6537114f..700b9a74 100644 --- a/test/link/romx-tiny-no-t.out +++ b/test/link/romx-tiny-no-t.out @@ -1 +1 @@ -rgblink:error:Unable to place 'r0b' (ROM0 section) anywhere +rgblink: error: Unable to place 'r0b' (ROM0 section) anywhere diff --git a/test/link/romx-tiny-t.out b/test/link/romx-tiny-t.out index 5d02cc75..e8fa3e82 100644 --- a/test/link/romx-tiny-t.out +++ b/test/link/romx-tiny-t.out @@ -1 +1 @@ -rgblink:error:ROMX sections can't be used with option -t. +rgblink: error: ROMX sections can't be used with option -t. diff --git a/test/link/wramx-contwram-no-w.out b/test/link/wramx-contwram-no-w.out index 219db0e4..8f5a6dd3 100644 --- a/test/link/wramx-contwram-no-w.out +++ b/test/link/wramx-contwram-no-w.out @@ -1 +1 @@ -rgblink:error:Unable to place 'w0b' (WRAM0 section) anywhere +rgblink: error: Unable to place 'w0b' (WRAM0 section) anywhere diff --git a/test/link/wramx-contwram-w.out b/test/link/wramx-contwram-w.out index 51cc3c8e..4317b2d4 100644 --- a/test/link/wramx-contwram-w.out +++ b/test/link/wramx-contwram-w.out @@ -1 +1 @@ -rgblink:error:WRAMX sections can't be used with option -w. +rgblink: error: WRAMX sections can't be used with option -w.