diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp')
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp index a7d032acec0..d02ebbd9d8b 100644 --- a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp @@ -2,7 +2,7 @@ // Defaults to true // RUN: %clangxx_asan -std=c++11 %s -o %t // RUN: not %run %t %T/file 2>&1 | FileCheck %s -check-prefix=CHECK-BUS -// RUN: %env_asan_opts=handle_sigbus=false not --crash %run %t %T/file 2>&1 | FileCheck %s +// RUN: %env_asan_opts=handle_sigbus=0 not --crash %run %t %T/file 2>&1 | FileCheck %s // UNSUPPORTED: ios |

