Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: courgette/base_test_unittest.cc

Issue 8344037: Start refactoring to reduce executable type knowledge. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix comment. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « courgette/base_test_unittest.h ('k') | courgette/courgette.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/base_test_unittest.cc
diff --git a/courgette/base_test_unittest.cc b/courgette/base_test_unittest.cc
index 2a3c0c67ff523163ef5e9f4a8319718c74a5687b..f85fd35e489a7bdfb2b94fe57a31af72e1a13144 100644
--- a/courgette/base_test_unittest.cc
+++ b/courgette/base_test_unittest.cc
@@ -7,7 +7,7 @@
#include "base/path_service.h"
void BaseTest::SetUp() {
- PathService::Get(base::DIR_SOURCE_ROOT, &test_dir_);
+ ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_dir_));
test_dir_ = test_dir_.AppendASCII("courgette");
test_dir_ = test_dir_.AppendASCII("testdata");
}
« no previous file with comments | « courgette/base_test_unittest.h ('k') | courgette/courgette.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698