diff options
-rw-r--r-- | llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-no-skel-address.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 2f54d298843..b6c9ccc2d17 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 |