Repository: mesos Updated Branches: refs/heads/master 20903089b -> 20cae7c96
Fixed style problem in TODO. Fixes commit 920930f which introduced a TODO comment which breaks the style checker. Review: https://reviews.apache.org/r/36202 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/20cae7c9 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/20cae7c9 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/20cae7c9 Branch: refs/heads/master Commit: 20cae7c9688d42d4f34377753042f44bb5d15d18 Parents: 2090308 Author: Alexander Rojas <[email protected]> Authored: Mon Jul 6 16:19:00 2015 +0200 Committer: Till Toenshoff <[email protected]> Committed: Mon Jul 6 16:19:00 2015 +0200 ---------------------------------------------------------------------- src/tests/environment.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/20cae7c9/src/tests/environment.cpp ---------------------------------------------------------------------- diff --git a/src/tests/environment.cpp b/src/tests/environment.cpp index 6a881ca..3726e5d 100644 --- a/src/tests/environment.cpp +++ b/src/tests/environment.cpp @@ -228,9 +228,9 @@ public: // Currently all tests that require 'perf' are part of the // 'PerfTest' test fixture, hence we check for 'Perf' here. // - // TODO(ijimenez): Replace all tests which require 'perf' with - // the prefix 'PERF_' to be more consistent with the filter - // naming we've done (i.e., ROOT_, CGROUPS_, etc). + // TODO(ijimenez): Replace all tests which require 'perf' with + // the prefix 'PERF_' to be more consistent with the filter + // naming we've done (i.e., ROOT_, CGROUPS_, etc). return matches(test, "Perf") && perfError; }
