Skip to content

Commit

Permalink
Merge pull request #4 from unvestigate/master
Browse files Browse the repository at this point in the history
Fixed InitiallySet() test being called twice instead of InitiallySet() and InitiallyUnset().

Thanks @unvestigate for catching this.
  • Loading branch information
mqudsi authored Sep 29, 2018
2 parents 33d2ebf + 83c34d0 commit 1286a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AutoResetInitialState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int main(int argc, const char *argv[]) {
std::cout << "InitiallySet test failed!" << std::endl;
return 1;
}
if (!InitiallySet()) {
if (!InitiallyUnset()) {
std::cout << "InitiallyUnset test failed!" << std::endl;
return 1;
}
Expand Down

0 comments on commit 1286a30

Please sign in to comment.