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

Unified Diff: util/test/executable_path_test.cc

Issue 838023002: win: FILE_PATH_LITERAL in executable_path_test.cc (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@http-multipart-builder-test
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/test/executable_path_test.cc
diff --git a/util/test/executable_path_test.cc b/util/test/executable_path_test.cc
index 3682a4b3d7cea127e69e5f76f5aeaadd60c13c9e..4c282fac28e7613a60a341ff3f8b262d3ae7248c 100644
--- a/util/test/executable_path_test.cc
+++ b/util/test/executable_path_test.cc
@@ -24,7 +24,7 @@ namespace {
TEST(ExecutablePath, ExecutablePath) {
base::FilePath executable_path = ExecutablePath();
base::FilePath executable_name = executable_path.BaseName();
- EXPECT_EQ("util_test", executable_name.value());
+ EXPECT_EQ(FILE_PATH_LITERAL("util_test"), executable_name.value());
}
} // namespace
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698