summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/output_tests/stack-overflow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/asan/output_tests/stack-overflow.cc')
-rw-r--r--compiler-rt/lib/asan/output_tests/stack-overflow.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/lib/asan/output_tests/stack-overflow.cc b/compiler-rt/lib/asan/output_tests/stack-overflow.cc
index 2a0a1383e49..35fa8a66c34 100644
--- a/compiler-rt/lib/asan/output_tests/stack-overflow.cc
+++ b/compiler-rt/lib/asan/output_tests/stack-overflow.cc
@@ -6,6 +6,6 @@ int main(int argc, char **argv) {
return res;
}
-// CHECK: {{READ of size 1 at 0x.* thread T0}}
-// CHECK: {{ #0 0x.* in main .*stack-overflow.cc:5}}
-// CHECK: {{Address 0x.* is .* frame <main>}}
+// Check-Common: {{READ of size 1 at 0x.* thread T0}}
+// Check-Common: {{ #0 0x.* in main .*stack-overflow.cc:5}}
+// Check-Common: {{Address 0x.* is .* frame <main>}}
OpenPOWER on IntegriCloud