From: Fangrui Song Date: Mon, 6 May 2019 11:43:19 +0000 (+0000) Subject: [test] Remove redundant bracket in rL360035 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4602240d20d6670e33fc9f4702d1d7eda3c3441c;p=llvm [test] Remove redundant bracket in rL360035 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360036 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/symbolize-directory.s b/test/DebugInfo/symbolize-directory.s index 6a4a5afac3e..b01759fcaef 100644 --- a/test/DebugInfo/symbolize-directory.s +++ b/test/DebugInfo/symbolize-directory.s @@ -3,8 +3,8 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64 -dwarf-version=5 %s -o %t.o # RUN: llvm-symbolizer --obj=%t.o --functions=none 0 1 | FileCheck %s -# CHECK: /home{{[/|\\\\]}}0.cc:1:0 -# CHECK: /tmp{{[/|\\\\]}}1.cc:2:1 +# CHECK: /home{{/|\\\\}}0.cc:1:0 +# CHECK: /tmp{{/|\\\\}}1.cc:2:1 .Lfunc_begin0: .file 0 "/home" "0.cc"