summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/ui')
-rw-r--r--chrome/test/ui/ui_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
index 81f03eb..d02eb70 100644
--- a/chrome/test/ui/ui_test.cc
+++ b/chrome/test/ui/ui_test.cc
@@ -125,8 +125,8 @@ void UITestBase::SetUp() {
test_start_time_ = Time::NowFromSystemTime();
SetLaunchSwitches();
- ASSERT_TRUE(launcher_->InitializeConnection(DefaultLaunchState(),
- wait_for_initial_loads_));
+ launcher_->InitializeConnection(DefaultLaunchState(),
+ wait_for_initial_loads_);
}
void UITestBase::TearDown() {