diff --git a/test/MC/ELF/comp-dir.s b/test/MC/ELF/comp-dir.s index 7570fa9187a..50d10eb9a59 100644 --- a/test/MC/ELF/comp-dir.s +++ b/test/MC/ELF/comp-dir.s @@ -1,7 +1,7 @@ // RUN: llvm-mc -triple=x86_64-linux-unknown -g -fdebug-compilation-dir=/test/comp/dir %s -filetype=obj -o %t.o // RUN: llvm-dwarfdump %t.o | FileCheck %s -// CHECK: DW_AT_comp_dir [DW_FORM_string] ("/test/comp/dir") +// CHECK: DW_AT_comp_dir [DW_FORM_string] ("{{([A-Za-z]:.*)?}}/test/comp/dir") f: nop