Skip to content

Commit

Permalink
Consistently use LF line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Jan 28, 2025
1 parent 35c2cf0 commit 554b90f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions test/asm/multiple-else.err
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FATAL: multiple-else.asm(11):
Found ELSE after an ELSE block
FATAL: multiple-else.asm(11):
Found ELSE after an ELSE block
4 changes: 2 additions & 2 deletions test/asm/narg-decreases-after-shift.err
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
warning: narg-decreases-after-shift.asm(14) -> narg-decreases-after-shift.asm::testing(9): [-Wmacro-shift]
Cannot shift macro arguments past their end
warning: narg-decreases-after-shift.asm(14) -> narg-decreases-after-shift.asm::testing(9): [-Wmacro-shift]
Cannot shift macro arguments past their end
4 changes: 2 additions & 2 deletions test/asm/strrpl.err
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
warning: strrpl.asm(4): [-Wempty-strrpl]
STRRPL: Cannot replace an empty string
warning: strrpl.asm(4): [-Wempty-strrpl]
STRRPL: Cannot replace an empty string
2 changes: 1 addition & 1 deletion test/asm/symbol-invalid-macro-arg.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$A
$A

0 comments on commit 554b90f

Please sign in to comment.