Skip to content

Commit f7ef9fa

Browse files
committed
[sanitizer] Try to see test output on armv7
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@318001 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 71e27a1 commit f7ef9fa

File tree

1 file changed

+1
-0
lines changed
  • test/sanitizer_common/TestCases/Linux

1 file changed

+1
-0
lines changed

test/sanitizer_common/TestCases/Linux/assert.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %clangxx %s -o %t
55
// RUN: not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s
66
// RUN: %env_tool_opts=handle_abort=0 not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s
7+
// RUN: %env_tool_opts=handle_abort=1 not %run %t
78
// RUN: %env_tool_opts=handle_abort=1 not %run %t 2>&1 | FileCheck --check-prefix=CHECK1 %s
89
// clang-format on
910

0 commit comments

Comments
 (0)