mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
[libc][trivial] Make LlvmLibcExhaustiveTest::check method purely virtual.
This commit is contained in:
@@ -22,5 +22,5 @@ struct LlvmLibcExhaustiveTest : public __llvm_libc::testing::Test {
|
||||
void test_full_range(T start, T stop, int nthreads,
|
||||
mpfr::RoundingMode rounding);
|
||||
|
||||
virtual void check(T start, T stop, mpfr::RoundingMode rounding);
|
||||
virtual void check(T start, T stop, mpfr::RoundingMode rounding) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user