Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f66b752e authored by Haibo Huang's avatar Haibo Huang
Browse files

Using DoAll

The new googletest correctly put DoAll in testing namespace.

Change-Id: I069adb9c0d29fe51d8170f73b75bca7dc6ebd2ec
parent e51e48b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ namespace android::compositionengine {
namespace {

using ::testing::_;
using ::testing::DoAll;
using ::testing::InSequence;
using ::testing::Ref;
using ::testing::Return;