Skip to content

Commit 547685d

Browse files
committed
[clang-tidy][NFC] Enable exceptions in test for google-readability-casting
Add missing -fexceptions in test.
1 parent 3683852 commit 547685d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/google/readability-casting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %check_clang_tidy -std=c++11-or-later %s google-readability-casting %t
1+
// RUN: %check_clang_tidy -std=c++11-or-later %s google-readability-casting %t -- -- -fexceptions
22

33
bool g() { return false; }
44

0 commit comments

Comments
 (0)