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/util/phased_loop_test.cc b/aos/common/util/phased_loop_test.cc
index 5846f25..1641a92 100644
--- a/aos/common/util/phased_loop_test.cc
+++ b/aos/common/util/phased_loop_test.cc
@@ -2,7 +2,7 @@
#include "gtest/gtest.h"
-#include "aos/common/queue_testutils.h"
+#include "aos/testing/test_logging.h"
namespace aos {
namespace time {
@@ -11,7 +11,7 @@
class PhasedLoopTest : public ::testing::Test {
protected:
PhasedLoopTest() {
- ::aos::common::testing::EnableTestLogging();
+ ::aos::testing::EnableTestLogging();
}
};