diff options
Diffstat (limited to 'llvm/test/tools')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/COFF/remove-section.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/COFF/remove-section.test b/llvm/test/tools/llvm-objcopy/COFF/remove-section.test index b3dfb0b98cb..6dc8f6a6c2e 100644 --- a/llvm/test/tools/llvm-objcopy/COFF/remove-section.test +++ b/llvm/test/tools/llvm-objcopy/COFF/remove-section.test @@ -96,7 +96,7 @@ # Removing the .comdat section fails, since the .text section has relocations # against it. # -# ERROR-RELOC: Relocation target foo ({{.*}}) not found +# ERROR-RELOC: Relocation target 'foo' ({{.*}}) not found # # # Removing the .comdat section and .text (with a relocation against .comdat) |