summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/source-filename-backslash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/source-filename-backslash.ll')
-rw-r--r--llvm/test/Assembler/source-filename-backslash.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/Assembler/source-filename-backslash.ll b/llvm/test/Assembler/source-filename-backslash.ll
index 8669401cf93..c4b25c6053d 100644
--- a/llvm/test/Assembler/source-filename-backslash.ll
+++ b/llvm/test/Assembler/source-filename-backslash.ll
@@ -1,8 +1,7 @@
-
; Make sure that llvm-as/llvm-dis properly assemble/disassemble the
; source_filename.
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
-; CHECK: source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc"
-source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc"
+; CHECK: source_filename = "C:\\path\\with\\backslashes\\test.cc"
+source_filename = "C:\\path\\with\5Cbackslashes\\test.cc"
OpenPOWER on IntegriCloud