We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c38dd commit bf71c64Copy full SHA for bf71c64
compiler-rt/test/asan/TestCases/Darwin/cstring_section.c
@@ -6,10 +6,10 @@
6
// Check that "Hello.\n" is in __asan_cstring and not in __cstring.
7
// CHECK: Contents of section {{.*}}__asan_cstring:
8
// CHECK: 48656c6c {{.*}} Hello.
9
-// CHECK: Contents of section {{.*}}__const:
10
-// CHECK-NOT: 48656c6c {{.*}} Hello.
11
// CHECK: Contents of section {{.*}}__cstring:
12
// CHECK-NOT: 48656c6c {{.*}} Hello.
+// CHECK: Contents of section {{.*}}__const:
+// CHECK-NOT: 48656c6c {{.*}} Hello.
13
14
int main(int argc, char *argv[]) {
15
argv[0] = "Hello.\n";
0 commit comments