Commit 7f8ec101 authored by Yusuke Sato's avatar Yusuke Sato Committed by Commit Bot

arc: Fix typo in TEST_F

BUG=None
TEST=try

Change-Id: If20d37bd925f7dd303018eb401ab378aadcfa011
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847896
Auto-Submit: Yusuke Sato <yusukes@chromium.org>
Reviewed-by: default avatarYury Khmel <khmel@chromium.org>
Commit-Queue: Yusuke Sato <yusukes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703946}
parent e2394a66
...@@ -155,7 +155,7 @@ TEST_F(ArcUtilTest, IsArcAvailable_OfficiallySupported) { ...@@ -155,7 +155,7 @@ TEST_F(ArcUtilTest, IsArcAvailable_OfficiallySupported) {
EXPECT_TRUE(IsArcKioskAvailable()); EXPECT_TRUE(IsArcKioskAvailable());
} }
TEST_F(ArcUtilTest, IsArcVmEnablede) { TEST_F(ArcUtilTest, IsArcVmEnabled) {
EXPECT_FALSE(IsArcVmEnabled()); EXPECT_FALSE(IsArcVmEnabled());
auto* command_line = base::CommandLine::ForCurrentProcess(); auto* command_line = base::CommandLine::ForCurrentProcess();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment