aboutsummaryrefslogtreecommitdiff
path: root/tests/bad_fallthrough.s
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bad_fallthrough.s')
-rw-r--r--tests/bad_fallthrough.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/bad_fallthrough.s b/tests/bad_fallthrough.s
index ac17ade..80c35c3 100644
--- a/tests/bad_fallthrough.s
+++ b/tests/bad_fallthrough.s
@@ -8,20 +8,20 @@
.proc foo
lda #0
- .fallthrough bar
+ __fallthrough__ bar
.endproc
-.fallthrough bar
-.fallthrough other
+__fallthrough__ bar
+__fallthrough__ other
lda #0
.proc bar
lda #0
- .fallthrough other
+ __fallthrough__ other
.endproc
.proc other
rts
.endproc
-.fallthrough other
+__fallthrough__ other