... | ... |
@@ -54,9 +54,9 @@ EOD |
54 | 54 |
expect_failure 'Label not found: hello' <<'EOD' |
55 | 55 |
hello |
56 | 56 |
EOD |
57 |
-expect_failure 'Macro already exists: %abc' <<'EOD' |
|
58 |
-%abc { def } |
|
59 |
-%abc { ghi } |
|
57 |
+expect_failure 'Macro already exists: %me' <<'EOD' |
|
58 |
+%me { #00 } |
|
59 |
+%me { #01 } |
|
60 | 60 |
EOD |
61 | 61 |
expect_failure 'Memory overwrite: SUB' <<'EOD' |
62 | 62 |
|2000 ADD |