summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-18 05:08:12 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-18 05:08:12 +0000
commitf8cd4df30488f182975075be095f3cdd1f9f5a30 (patch)
tree7e4bb222daa1d62c4545f7d6d994b88b7285397a
parentf209dea96a34f8c3c06e19710e9ff008d4f18c6c (diff)
downloadllvm-f8cd4df30488f182975075be095f3cdd1f9f5a30.tar.gz
llvm-f8cd4df30488f182975075be095f3cdd1f9f5a30.tar.bz2
llvm-f8cd4df30488f182975075be095f3cdd1f9f5a30.tar.xz
llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170410 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/MC/ELF/comp-dir.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/comp-dir.s b/test/MC/ELF/comp-dir.s
index 7570fa9187..50d10eb9a5 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