aboutsummaryrefslogtreecommitdiff
path: root/tests/fallthrough.s
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fallthrough.s')
-rw-r--r--tests/fallthrough.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fallthrough.s b/tests/fallthrough.s
index 2340ee8..6e95b5e 100644
--- a/tests/fallthrough.s
+++ b/tests/fallthrough.s
@@ -8,14 +8,14 @@
.proc foo
lda #0
- .fallthrough bar
+ __fallthrough__ bar
.endproc
-.fallthrough bar
+__fallthrough__ bar
.proc bar
lda #0
- .fallthrough other
+ __fallthrough__ other
.endproc
.proc other