forked from OSchip/llvm-project
[clang-tidy][test] Add -fexceptions to bugprone-infinite-loop.test
This fixes llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast. -fexceptions is disabled by default on XCore and PS4. llvm-svn: 372715
This commit is contained in:
parent
e07376a320
commit
a0d79d846f
|
@ -1,4 +1,4 @@
|
|||
// RUN: %check_clang_tidy %s bugprone-infinite-loop %t
|
||||
// RUN: %check_clang_tidy %s bugprone-infinite-loop %t -- -- -fexceptions
|
||||
|
||||
void simple_infinite_loop1() {
|
||||
int i = 0;
|
||||
|
|
Loading…
Reference in New Issue