Corrected bad macro name.

This commit is contained in:
Andrew Alderwick 2021-10-07 23:27:19 +01:00
parent 26b90ac69c
commit 9606f74b19
1 changed files with 3 additions and 3 deletions

View File

@ -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