summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/math_entrypoints_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/entrypoints/math_entrypoints_test.cc')
-rw-r--r--runtime/entrypoints/math_entrypoints_test.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/entrypoints/math_entrypoints_test.cc b/runtime/entrypoints/math_entrypoints_test.cc
index ca8b931..b69aeb4 100644
--- a/runtime/entrypoints/math_entrypoints_test.cc
+++ b/runtime/entrypoints/math_entrypoints_test.cc
@@ -16,12 +16,13 @@
#include "math_entrypoints.h"
-#include "common_test.h"
#include <limits>
+#include "common_runtime_test.h"
+
namespace art {
-class MathEntrypointsTest : public CommonTest {};
+class MathEntrypointsTest : public CommonRuntimeTest {};
TEST_F(MathEntrypointsTest, DoubleToLong) {
EXPECT_EQ(std::numeric_limits<int64_t>::max(), art_d2l(1.85e19));