Skip to content

Commit

Permalink
Fixed InitiallySet() test being called twice instead of InitiallySet(…
Browse files Browse the repository at this point in the history
…) and InitiallyUnset().
  • Loading branch information
unvestigate committed Sep 28, 2018
1 parent 33d2ebf commit 83c34d0
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 83c34d0

Please sign in to comment.