summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2018-12-01 01:24:29 +0000
committerVitaly Buka <vitalybuka@google.com>2018-12-01 01:24:29 +0000
commita7b079534a01b963eed70706af47b4fc990af583 (patch)
tree719ff192b3775c930b7a821a621f871e2b034e5c /compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc
parentbef4f92a3b05e98155950adf6fa17fcf21fc8c71 (diff)
downloadbcm5719-llvm-a7b079534a01b963eed70706af47b4fc990af583.tar.gz
bcm5719-llvm-a7b079534a01b963eed70706af47b4fc990af583.zip
[compiler-rt] Use "ColumnLimit: 0" instead of "clang-format off" in tests
Reviewers: eugenis, jfb Subscribers: kubamracek, dberris, llvm-commits Differential Revision: https://reviews.llvm.org/D55152 llvm-svn: 348061
Diffstat (limited to 'compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc
index 43f7a783049..bbde13b5675 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc
@@ -1,11 +1,9 @@
// Test the handle_sigill option.
-// clang-format off
// RUN: %clangxx %s -o %t -O1
// RUN: not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s
// RUN: %env_tool_opts=handle_sigill=0 not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s
// RUN: %env_tool_opts=handle_sigill=1 not %run %t 2>&1 | FileCheck --check-prefix=CHECK1 %s
-// clang-format on
// FIXME: seems to fail on ARM
// REQUIRES: x86_64-target-arch
OpenPOWER on IntegriCloud