Files
rgbds/test/asm/undefined-dot.out
AntonioND f63339472e 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 <antonio_nd@outlook.com>
2017-04-02 17:18:08 +01:00

4 lines
99 B
Plaintext

ERROR: undefined-dot.asm(3):
'.' not defined
../../rgbasm: Assembly aborted in pass 2 (1 errors)!