Split out //aos/common:queue_testutils and rename stuff
It had three independent pieces of functionality, one of which had a
pretty bad name.
Change-Id: I4a6937692fa36e74f814b3be4d4c5bc751947088
diff --git a/aos/common/event_test.cc b/aos/common/event_test.cc
index 7331309..91af403 100644
--- a/aos/common/event_test.cc
+++ b/aos/common/event_test.cc
@@ -4,7 +4,7 @@
#include "gtest/gtest.h"
-#include "aos/common/queue_testutils.h"
+#include "aos/testing/test_logging.h"
#include "aos/common/time.h"
namespace aos {
@@ -16,7 +16,7 @@
protected:
void SetUp() override {
- ::aos::common::testing::EnableTestLogging();
+ ::aos::testing::EnableTestLogging();
}
};