diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/dbg-file-name.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/dbg-file-name.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dbg-file-name.ll b/llvm/test/CodeGen/X86/dbg-file-name.ll index 3a849aa5438..138ee264bfc 100644 --- a/llvm/test/CodeGen/X86/dbg-file-name.ll +++ b/llvm/test/CodeGen/X86/dbg-file-name.ll @@ -1,7 +1,7 @@ ; RUN: llc -mtriple x86_64-apple-darwin10.0.0 < %s | FileCheck %s ; Radar 8884898 -; CHECK: file 1 "/Users/manav/one/two{{/|\\\\}}simple.c" +; CHECK: file 1 "/Users/manav/one/two" "simple.c" declare i32 @printf(i8*, ...) nounwind |