Skip to content

Commit 6d61a92

Browse files
Fixed unreachable code
1 parent ac49ba7 commit 6d61a92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/executor_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ TEST(ExecutorManager, WaitJobResponseHandlerThrowsWithReturn)
215215
[]() -> std::uint32_t
216216
{
217217
throw std::runtime_error("Test exception");
218-
return 0u;
219218
}),
220219
std::invalid_argument);
221220
}

0 commit comments

Comments
 (0)