From 49aee802dc56f64c5eb55504bbe88120fafb6f68 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Thu, 10 Sep 2020 18:19:19 -0700 Subject: Using DoAll The new googletest correctly put DoAll in testing namespace. Change-Id: I21a9a878c1cbe16aed1ef4b39d741d64e0041af6 --- brillo/streams/file_stream_test.cc | 1 + 1 file changed, 1 insertion(+) 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 #include +using testing::DoAll; using testing::InSequence; using testing::Return; using testing::ReturnArg; -- cgit v1.2.3