aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-10 18:19:19 -0700
committerHaibo Huang <hhb@google.com>2020-09-11 21:33:32 +0000
commit49aee802dc56f64c5eb55504bbe88120fafb6f68 (patch)
treee60b2c1df95885dc9e0c67cf9558b8898b036188
parentab13058e4886f449b496838411bfcea838eb9f4e (diff)
downloadlibbrillo-49aee802dc56f64c5eb55504bbe88120fafb6f68.tar.gz
Using DoAll
The new googletest correctly put DoAll in testing namespace. Change-Id: I21a9a878c1cbe16aed1ef4b39d741d64e0041af6
-rw-r--r--brillo/streams/file_stream_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/brillo/streams/file_stream_test.cc b/brillo/streams/file_stream_test.cc
index 23ef64c..36bad07 100644
--- a/brillo/streams/file_stream_test.cc
+++ b/brillo/streams/file_stream_test.cc
@@ -25,6 +25,7 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>
+using testing::DoAll;
using testing::InSequence;
using testing::Return;
using testing::ReturnArg;