Skip to content

Commit

Permalink
[clang-tidy][NFC] Enable exceptions in no-suspend-with-lock.cpp
Browse files Browse the repository at this point in the history
Enable exceptions in no-suspend-with-lock.cpp, because
without them this test fails on clang-x86_64-sie-ubuntu-fast.
  • Loading branch information
PiotrZSL committed Aug 11, 2023
1 parent 144477f commit 30fed17
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++20 %s cppcoreguidelines-no-suspend-with-lock %t -- -- -fno-delayed-template-parsing
// RUN: %check_clang_tidy -std=c++20 %s cppcoreguidelines-no-suspend-with-lock %t -- -- -fno-delayed-template-parsing -fexceptions

// NOLINTBEGIN
namespace std {
Expand Down

0 comments on commit 30fed17

Please sign in to comment.