mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 02:37:37 +00:00
[libc][trivial] Make LlvmLibcExhaustiveTest::check method purely virtual.
This commit is contained in:
parent
e7b07a6538
commit
355e56f5b2
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user