summaryrefslogtreecommitdiff
path: root/test/src/math/FMinTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/math/FMinTest.h')
-rw-r--r--test/src/math/FMinTest.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/src/math/FMinTest.h b/test/src/math/FMinTest.h
index c6b9f4439b79..eae0008ddfe3 100644
--- a/test/src/math/FMinTest.h
+++ b/test/src/math/FMinTest.h
@@ -9,6 +9,7 @@
#ifndef LLVM_LIBC_TEST_SRC_MATH_FMINTEST_H
#define LLVM_LIBC_TEST_SRC_MATH_FMINTEST_H
+#include "test/UnitTest/FEnvSafeTest.h"
#include "test/UnitTest/FPMatcher.h"
#include "test/UnitTest/Test.h"
#include "utils/MPFRWrapper/MPFRUtils.h"
@@ -17,7 +18,8 @@
namespace mpfr = LIBC_NAMESPACE::testing::mpfr;
-template <typename T> class FMinTest : public LIBC_NAMESPACE::testing::Test {
+template <typename T>
+class FMinTest : public LIBC_NAMESPACE::testing::FEnvSafeTest {
DECLARE_SPECIAL_CONSTANTS(T)