Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Mar 17, 2016
1 parent 86e8bd1 commit e5c2a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int main(int argc, char** argv)
args.push_back("-c"); // Set color output (Optional)

// Run all tests
return CommandLineTestRunner::RunAllTests(args.size(), &args[0]);
return RUN_ALL_TESTS(args.size(), &args[0]);
}
```
Expand Down

0 comments on commit e5c2a23

Please sign in to comment.