summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/MemoryRemoteTest.cpp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-03-17 17:01:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-17 17:01:46 +0000
commitcc404b51fc424cbb786abce8b8f36b1dce1c0ab9 (patch)
tree62ebb9ce531a818efa51e551179dccad32ea949e /libunwindstack/tests/MemoryRemoteTest.cpp
parent0add3ca7c47b287bc01b5e738cb9b682d43f6f97 (diff)
parent3958f8060ac0adccd977c0fab7a53d45f3fce58d (diff)
Merge "Elf interface for new unwinder."
Diffstat (limited to 'libunwindstack/tests/MemoryRemoteTest.cpp')
-rw-r--r--libunwindstack/tests/MemoryRemoteTest.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/libunwindstack/tests/MemoryRemoteTest.cpp b/libunwindstack/tests/MemoryRemoteTest.cpp
index 49244a50e..7664c3e00 100644
--- a/libunwindstack/tests/MemoryRemoteTest.cpp
+++ b/libunwindstack/tests/MemoryRemoteTest.cpp
@@ -33,14 +33,8 @@
#include "Memory.h"
-#include "LogFake.h"
-
class MemoryRemoteTest : public ::testing::Test {
protected:
- void SetUp() override {
- ResetLogs();
- }
-
static uint64_t NanoTime() {
struct timespec t = { 0, 0 };
clock_gettime(CLOCK_MONOTONIC, &t);