[compiler-rt] Try to correct test after 3f1a9b7eca0 added segment names to objdump...
authorDaniel Sanders <daniel_l_sanders@apple.com>
Fri, 4 Sep 2020 19:23:49 +0000 (12:23 -0700)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Fri, 4 Sep 2020 19:24:46 +0000 (12:24 -0700)
compiler-rt/test/asan/TestCases/Darwin/cstring_section.c

index 952d6fc..958d777 100644 (file)
@@ -6,9 +6,9 @@
 // Check that "Hello.\n" is in __asan_cstring and not in __cstring.
 // CHECK: Contents of section __asan_cstring:
 // CHECK: 48656c6c {{.*}} Hello.
-// CHECK: Contents of section __const:
+// CHECK: Contents of section {{.*}}__const:
 // CHECK-NOT: 48656c6c {{.*}} Hello.
-// CHECK: Contents of section __cstring:
+// CHECK: Contents of section {{.*}}__cstring:
 // CHECK-NOT: 48656c6c {{.*}} Hello.
 
 int main(int argc, char *argv[]) {