Skip to content

Commit a0d79d8

Browse files
committed
[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
1 parent e07376a commit a0d79d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/bugprone-infinite-loop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %check_clang_tidy %s bugprone-infinite-loop %t
1+
// RUN: %check_clang_tidy %s bugprone-infinite-loop %t -- -- -fexceptions
22

33
void simple_infinite_loop1() {
44
int i = 0;

0 commit comments

Comments
 (0)