summaryrefslogtreecommitdiff
path: root/runtime/arch/memcmp16_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arch/memcmp16_test.cc')
-rw-r--r--runtime/arch/memcmp16_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/arch/memcmp16_test.cc b/runtime/arch/memcmp16_test.cc
index 37aad21a40..21d3f13ab7 100644
--- a/runtime/arch/memcmp16_test.cc
+++ b/runtime/arch/memcmp16_test.cc
@@ -30,8 +30,7 @@ class RandGen {
uint32_t val_;
};
-class MemCmp16Test : public testing::Test {
-};
+class MemCmp16Test : public ::testing::Test {};
// A simple implementation to compare against.
// Note: this version is equivalent to the generic one used when no optimized version is available.