Put semicolons before labels in test suite

This commit is contained in:
ISSOtm
2020-01-16 22:08:11 +01:00
parent 097e4c9799
commit 89917ef688
3 changed files with 3 additions and 3 deletions

View File

@@ -4,4 +4,4 @@
bar: MACRO
ENDM
foo bar baz\
foo: bar baz\

View File

@@ -4,4 +4,4 @@
bar: MACRO
ENDM
foo bar baz\
foo: bar baz\

View File

@@ -1 +1 @@
foo @bar
foo: @bar