@@ -238,22 +238,7 @@ template bool Test::test<__uint128_t, 0>(RunContext &Ctx, TestCondition Cond,
238
238
__uint128_t LHS, __uint128_t RHS,
239
239
const char *LHSStr, const char *RHSStr,
240
240
const char *File, unsigned long Line);
241
- /*
242
- template bool Test::test<float, 0>(RunContext &Ctx, TestCondition Cond,
243
- float LHS, float RHS, const char *LHSStr,
244
- const char *RHSStr, const char *File,
245
- unsigned long Line);
246
-
247
- template bool Test::test<double, 0>(RunContext &Ctx, TestCondition Cond,
248
- double LHS, double RHS, const char *LHSStr,
249
- const char *RHSStr, const char *File,
250
- unsigned long Line);
251
241
252
- template bool Test::test<long double, 0>(RunContext &Ctx, TestCondition Cond,
253
- long double LHS, long double RHS,
254
- const char *LHSStr, const char *RHSStr,
255
- const char *File, unsigned long Line);
256
- */
257
242
bool Test::testStrEq (RunContext &Ctx, const char *LHS, const char *RHS,
258
243
const char *LHSStr, const char *RHSStr, const char *File,
259
244
unsigned long Line) {
0 commit comments