From 9606f74b19c8ae7ecc184b9730a3dd18e41af33b Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Thu, 7 Oct 2021 23:27:19 +0100 Subject: [PATCH] Corrected bad macro name. --- etc/asma-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/asma-test.sh b/etc/asma-test.sh index 51f7ac5..4535b11 100755 --- 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