Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Revert changes made to several tests in #393 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Mar 17, 2023
1 parent 5c2d382 commit a34ae73
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 158 deletions.
Expand Up @@ -53,13 +53,5 @@ int main(int, char**)
// test<long double, double>();
// test<long double, long double>();

#if TEST_STD_VER > 11
static_assert(test<float, float>(), "");
static_assert(test<float, double>(), "");

static_assert(test<double, float>(), "");
static_assert(test<double, double>(), "");


return 0;
}
Expand Up @@ -37,12 +37,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -44,12 +44,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -52,12 +52,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -40,12 +40,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -52,12 +52,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -40,12 +40,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -44,12 +44,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -41,12 +41,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -59,12 +59,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif
test_constexpr<int> ();

return 0;
Expand Down
Expand Up @@ -80,12 +80,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif
test_constexpr<int> ();

return 0;
Expand Down
Expand Up @@ -49,12 +49,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -49,12 +49,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -61,12 +61,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

test_constexpr<int> ();

Expand Down
Expand Up @@ -80,12 +80,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif
test_constexpr<int> ();

return 0;
Expand Down
Expand Up @@ -49,12 +49,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -49,12 +49,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -41,12 +41,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -81,12 +81,6 @@ int main(int, char**)
// CUDA treats long double as double
// test<long double>();
// test_constexpr<int>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -49,12 +49,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -80,12 +80,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif
test_constexpr<int>();

return 0;
Expand Down
Expand Up @@ -49,12 +49,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -41,12 +41,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -36,12 +36,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -36,12 +36,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}
Expand Up @@ -41,12 +41,6 @@ int main(int, char**)
test<double>();
// CUDA treats long double as double
// test<long double>();
#if TEST_STD_VER > 11
static_assert(test<float>(), "");
static_assert(test<double>(), "");
// CUDA treats long double as double
// static_assert(test<long double>(), "");
#endif

return 0;
}

0 comments on commit a34ae73

Please sign in to comment.