Corrected bad macro name.
This commit is contained in:
parent
26b90ac69c
commit
9606f74b19
|
@ -54,9 +54,9 @@ EOD
|
||||||
expect_failure 'Label not found: hello' <<'EOD'
|
expect_failure 'Label not found: hello' <<'EOD'
|
||||||
hello
|
hello
|
||||||
EOD
|
EOD
|
||||||
expect_failure 'Macro already exists: %abc' <<'EOD'
|
expect_failure 'Macro already exists: %me' <<'EOD'
|
||||||
%abc { def }
|
%me { #00 }
|
||||||
%abc { ghi }
|
%me { #01 }
|
||||||
EOD
|
EOD
|
||||||
expect_failure 'Memory overwrite: SUB' <<'EOD'
|
expect_failure 'Memory overwrite: SUB' <<'EOD'
|
||||||
|2000 ADD
|
|2000 ADD
|
||||||
|
|
Loading…
Reference in New Issue