From 2ff36e79291486b489ae26418daa1b123473b405 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 7 Jan 2021 20:04:22 -0800 Subject: [PATCH] lldb subprogram_ranges.test - remove dependence on temp file name --- lldb/test/Shell/SymbolFile/DWARF/subprogram_ranges.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/SymbolFile/DWARF/subprogram_ranges.test b/lldb/test/Shell/SymbolFile/DWARF/subprogram_ranges.test index a6fa5f8..740cd35 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/subprogram_ranges.test +++ b/lldb/test/Shell/SymbolFile/DWARF/subprogram_ranges.test @@ -16,4 +16,4 @@ b main # CHECK: (lldb) b main -# CHECK-NEXT: Breakpoint 1: where = subprogram_ranges.test.tmp.out`main + 6 at main.c:2:7 +# CHECK-NEXT: Breakpoint 1: where = {{.*}}`main + 6 at main.c:2:7 -- 2.7.4