Skip to content

Commit

Permalink
[clang-tidy][NFC] Enable exceptions in test for google-readability-ca…
Browse files Browse the repository at this point in the history
…sting

Add missing -fexceptions in test.
  • Loading branch information
PiotrZSL committed Jan 21, 2024
1 parent 3683852 commit 547685d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %check_clang_tidy -std=c++11-or-later %s google-readability-casting %t
// RUN: %check_clang_tidy -std=c++11-or-later %s google-readability-casting %t -- -- -fexceptions

bool g() { return false; }

Expand Down

0 comments on commit 547685d

Please sign in to comment.