Skip to content

Commit

Permalink
Update std.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Apr 29, 2024
1 parent 02bb7fa commit 1b2e0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cfg/std.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5019,6 +5019,6 @@ void eraseIteratorOutOfBounds_std_deque(std::deque<int>& x) // #8690

void assertWithSideEffect_system()
{
// cppcheck-suppress assertWithSideEffect
// cppcheck-suppress [assertWithSideEffect,checkLibraryNoReturn] // TODO: #8329
assert(std::system("abc"));
}

0 comments on commit 1b2e0c5

Please sign in to comment.