File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
compiler-rt/test/asan/TestCases Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ int main() {
2323 // CHECK-DAG: WRITE of size {{[0-9]+}} at [[ADDR]] thread T0
2424 // CHECK-DAG: #0 {{0x[0-9a-f]+}} in wcscat
2525 printf (" Should have failed with ASAN error.\n " );
26- }
26+ }
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ int main() {
2020 // CHECK-DAG: WRITE of size {{[0-9]+}} at [[ADDR]] thread T0
2121 // CHECK-DAG: #0 {{0x[0-9a-f]+}} in wcscpy
2222 printf (" Should have failed with ASAN error.\n " );
23- }
23+ }
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ int main() {
2424 // CHECK-DAG: WRITE of size {{[0-9]+}} at [[ADDR]] thread T0
2525 // CHECK-DAG: #0 {{0x[0-9a-f]+}} in wcsncat
2626 printf (" Should have failed with ASAN error.\n " );
27- }
27+ }
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ int main() {
2121 // CHECK-DAG: WRITE of size {{[0-9]+}} at [[ADDR]] thread T0
2222 // CHECK-DAG: #0 {{0x[0-9a-f]+}} in wcsncpy
2323 printf (" Should have failed with ASAN error.\n " );
24- }
24+ }
You can’t perform that action at this time.
0 commit comments