aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Darwin/dump_registers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Darwin/dump_registers.cc')
-rw-r--r--test/asan/TestCases/Darwin/dump_registers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Darwin/dump_registers.cc b/test/asan/TestCases/Darwin/dump_registers.cc
index 884ad2ed44c0..42db446ffc1c 100644
--- a/test/asan/TestCases/Darwin/dump_registers.cc
+++ b/test/asan/TestCases/Darwin/dump_registers.cc
@@ -18,7 +18,7 @@ int main() {
assert(0 && "Your computer is weird.");
char c = *ptr; // BOOM
- // CHECK: ERROR: AddressSanitizer: SEGV
+ // CHECK: ERROR: AddressSanitizer: {{SEGV|BUS}}
// CHECK: Register values:
// CHECK: {{0x55555555|0x6666666666666666}}
fprintf(stderr, "World\n");