Skip to content

Commit a8facfa

Browse files
authored
NOLINT
1 parent 8a55423 commit a8facfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/performance/tests/perf_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ TEST_NOLINT(GetStringTaskTypeStandaloneTest, ThrowsIfFileMissing) {
166166

167167
TEST_NOLINT(GetStringTaskTypeStandaloneTest, ExceptionMessageContainsPath) {
168168
const std::string missing_path = "non_existent_settings.json";
169-
EXPECT_THROW(
169+
EXPECT_THROW_NOLINT(
170170
try { GetStringTaskType(ppc::core::TypeOfTask::kSEQ, missing_path); } catch (const std::runtime_error& e) {
171171
EXPECT_NE(std::string(e.what()).find(missing_path), std::string::npos);
172172
throw;

0 commit comments

Comments
 (0)