mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
win: FILE_PATH_LITERAL in executable_path_test.cc
R=mark@chromium.org BUG=crashpad:1 Review URL: https://codereview.chromium.org/838023002
This commit is contained in:
parent
9b05b910d4
commit
7b161de65c
@ -24,7 +24,7 @@ namespace {
|
|||||||
TEST(ExecutablePath, ExecutablePath) {
|
TEST(ExecutablePath, ExecutablePath) {
|
||||||
base::FilePath executable_path = ExecutablePath();
|
base::FilePath executable_path = ExecutablePath();
|
||||||
base::FilePath executable_name = executable_path.BaseName();
|
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
|
} // namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user