diff options
author | Clément Chigot <chigot@adacore.com> | 2023-02-27 13:57:12 +0100 |
---|---|---|
committer | Clément Chigot <chigot@adacore.com> | 2023-02-27 15:17:49 +0100 |
commit | 1b30ccce02065e40a6a82664e50e7f86225c7a67 (patch) | |
tree | c5b403f23c28cf741955bf3881595328dabb0785 /gas | |
parent | 85c7cb3c4b70cc484ecf3d72a116503876a28f0a (diff) | |
download | gdb-1b30ccce02065e40a6a82664e50e7f86225c7a67.zip gdb-1b30ccce02065e40a6a82664e50e7f86225c7a67.tar.gz gdb-1b30ccce02065e40a6a82664e50e7f86225c7a67.tar.bz2 |
gas/testsuite: adjust another test for case insensitive file systems
As 1fafeaac8503eea2f61c3a35f0eef183b7e7cc65, "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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/elf/dwarf-5-macro.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/elf/dwarf-5-macro.s b/gas/testsuite/gas/elf/dwarf-5-macro.s index 23be186..b32c35e 100644 --- a/gas/testsuite/gas/elf/dwarf-5-macro.s +++ b/gas/testsuite/gas/elf/dwarf-5-macro.s @@ -3,7 +3,7 @@ .endm .macro m2 args:vararg - .file "Line.s" + .file "Line2.s" .line 7 .nop .endm |