From 1b30ccce02065e40a6a82664e50e7f86225c7a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Chigot?= Date: Mon, 27 Feb 2023 13:57:12 +0100 Subject: 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. --- gas/testsuite/gas/elf/dwarf-5-macro.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas') 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 -- cgit v1.1