diff options
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/assert.cc')
-rw-r--r-- | test/sanitizer_common/TestCases/Linux/assert.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/assert.cc b/test/sanitizer_common/TestCases/Linux/assert.cc index 9c5263f8e776..2a73c508844b 100644 --- a/test/sanitizer_common/TestCases/Linux/assert.cc +++ b/test/sanitizer_common/TestCases/Linux/assert.cc @@ -1,11 +1,9 @@ // Test the handle_abort option. -// clang-format off // RUN: %clangxx %s -o %t // RUN: not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s // RUN: %env_tool_opts=handle_abort=0 not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s // RUN: %env_tool_opts=handle_abort=1 not %run %t 2>&1 | FileCheck --check-prefix=CHECK1 %s -// clang-format on #include <assert.h> #include <stdio.h> |