From 6f374a3d7588a41aa7509da86d6f3387c538fa47 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 9 Feb 2018 15:39:04 +0000 Subject: [PATCH] Pre-emptively fix test case for windows path separators llvm-svn: 324740 --- llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-no-skel-address.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-no-skel-address.test b/llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-no-skel-address.test index 2f54d29..b6c9ccc 100644 --- a/llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-no-skel-address.test +++ b/llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-no-skel-address.test @@ -16,4 +16,4 @@ high/low pc (& update the CU length field and abbrev to match) & then compile/objcopy to make the .o and .dwo. CHECK: _Z2f2v -CHECK: ./test.cpp:2:51 +CHECK: test.cpp:2:51 -- 2.7.4