gas/testsuite: adjust another test for case insensitive file systems

As 1fafeaac85, "line.s" and "Line.s" are
identical in case insensitive file systems. Thus, gas doesn't trigger
an input file switch.

gas/ChangeLog:

        * testsuite/gas/elf/dwarf-5-macro.s: Change Line.s to Line2.s.
This commit is contained in:
Clément Chigot 2023-02-27 13:57:12 +01:00
parent 85c7cb3c4b
commit 1b30ccce02

View File

@ -3,7 +3,7 @@
.endm
.macro m2 args:vararg
.file "Line.s"
.file "Line2.s"
.line 7
.nop
.endm