commit 9606f74b19c8ae7ecc184b9730a3dd18e41af33b parent 26b90ac69cc0c423d96d99c626d9690edea85b87 Author: Andrew Alderwick <andrew@alderwick.co.uk> Date: Thu, 7 Oct 2021 23:27:19 +0100 Corrected bad macro name. Diffstat:
M | etc/asma-test.sh | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/etc/asma-test.sh b/etc/asma-test.sh @@ -54,9 +54,9 @@ EOD expect_failure 'Label not found: hello' <<'EOD' hello EOD -expect_failure 'Macro already exists: %abc' <<'EOD' -%abc { def } -%abc { ghi } +expect_failure 'Macro already exists: %me' <<'EOD' +%me { #00 } +%me { #01 } EOD expect_failure 'Memory overwrite: SUB' <<'EOD' |2000 ADD