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/mutex_test.cc b/aos/common/mutex_test.cc
index 6614d5c..af80bd1 100644
--- a/aos/common/mutex_test.cc
+++ b/aos/common/mutex_test.cc
@@ -13,7 +13,7 @@
#include "aos/common/util/death_test_log_implementation.h"
#include "aos/common/util/thread.h"
#include "aos/common/time.h"
-#include "aos/common/queue_testutils.h"
+#include "aos/testing/test_logging.h"
#include "aos/linux_code/ipc_lib/core_lib.h"
namespace aos {
@@ -25,7 +25,7 @@
protected:
void SetUp() override {
- ::aos::common::testing::EnableTestLogging();
+ ::aos::testing::EnableTestLogging();
SetDieTestMode(true);
}
};