Fix path in test added in e0577b3130 to work with both Linux/Windows paths.

Patch by Ying Yi!
This commit is contained in:
Douglas Yung 2021-03-30 04:17:29 -07:00
parent 6b4b1dc6ec
commit c5109d3c79
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ RUN: llvm-dwarfdump %t.dSYM | FileCheck %s
CHECK: DW_TAG_label
CHECK-NEXT: DW_AT_name ("foobar")
CHECK-NEXT: DW_AT_decl_file ("/tmp/label/label.c")
CHECK-NEXT: DW_AT_decl_file ("/tmp/label{{[/\\]}}label.c")
CHECK-NEXT: DW_AT_decl_line (6)
CHECK-NEXT: DW_AT_low_pc (0x0000000100003f9d)