diff options
Diffstat (limited to 'llvm/test/Assembler/source-filename-backslash.ll')
-rw-r--r-- | llvm/test/Assembler/source-filename-backslash.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Assembler/source-filename-backslash.ll b/llvm/test/Assembler/source-filename-backslash.ll index 27b51986567..8669401cf93 100644 --- a/llvm/test/Assembler/source-filename-backslash.ll +++ b/llvm/test/Assembler/source-filename-backslash.ll @@ -4,5 +4,5 @@ ; RUN: llvm-as < %s | llvm-dis | FileCheck %s -; CHECK: source_filename = "C:\\path\\with\\backslashes\\test.cc" -source_filename = "C:\\path\\with\\backslashes\\test.cc" +; CHECK: source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc" +source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc" |