shithub: rgbds

Download patch

ref: 548e3dc31c02fd722a8e6b1008b711ac2e15b3d4
parent: 9440086d7777cdf6bef4d7307956c4fc3b15ae88
author: ISSOtm <eldredhabert0@gmail.com>
date: Thu Sep 24 12:35:45 EDT 2020

Correct previously-introduced test being a no-op

Forgot to invoke the macro due to a copy-paste error

--- a/test/asm/macro-purge.asm
+++ b/test/asm/macro-purge.asm
@@ -3,3 +3,4 @@
 	PURGE m
 	WARN "Where am I?"
 ENDM
+	m
--- a/test/asm/macro-purge.err
+++ b/test/asm/macro-purge.err
@@ -1,0 +1,2 @@
+warning: macro-purge.asm(6) -> macro-purge.asm::m(4): [-Wuser]
+    Where am I?