[compiler-rt] Try again to correct test after 3f1a9b7eca added segment names to objdump output

One check was missed on the previous attempt
This commit is contained in:
Daniel Sanders 2020-09-04 15:48:27 -07:00
parent 89a4fe79d4
commit 5e04b539c8

View file

@ -4,7 +4,7 @@
// RUN: llvm-objdump -s %t | FileCheck %s
// Check that "Hello.\n" is in __asan_cstring and not in __cstring.
// CHECK: Contents of section __asan_cstring:
// CHECK: Contents of section {{.*}}__asan_cstring:
// CHECK: 48656c6c {{.*}} Hello.
// CHECK: Contents of section {{.*}}__const:
// CHECK-NOT: 48656c6c {{.*}} Hello.