summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/MC/ELF/dwarf-loc0.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/ELF/dwarf-loc0.s b/llvm/test/MC/ELF/dwarf-loc0.s
index 02408e0b73c..59a9ce746bc 100644
--- a/llvm/test/MC/ELF/dwarf-loc0.s
+++ b/llvm/test/MC/ELF/dwarf-loc0.s
@@ -17,9 +17,9 @@
# CHECK-NEXT: name: "header.h"
# CHECK: Address Line Column File
# CHECK-NEXT: -------
-# CHECK-NEXT: 0x{{0+}}0 10 0 0
-# CHECK-NEXT: 0x{{0+}}1 20 0 1
-# CHECK-NEXT: 0x{{0+}}2 20 0 1 {{.*}} end_sequence
+# CHECK-NEXT: 0x{{[0-9a-f]+}} 10 0 0
+# CHECK-NEXT: 0x{{[0-9a-f]+}} 20 0 1
+# CHECK-NEXT: 0x{{[0-9a-f]+}} 20 0 1 {{.*}} end_sequence
# ERR: file number less than one in '.loc' directive
# ERR-NEXT: .loc 0 10 0
OpenPOWER on IntegriCloud