Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
OCLint is right: the trivial test is a trivial test
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Sep 29, 2019
1 parent dab5d5c commit ac19724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ void test() {
const int a{1};
const int b{2};
const int c{3};
assert(a + b == c);
assert(a + b == c); //!OCLINT indeed a trivial test
}

int main(int argc, char ** argv)
Expand Down

0 comments on commit ac19724

Please sign in to comment.