diff --git a/libcudacxx/test/libcudacxx/libcxx/utilities/meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp b/libcudacxx/test/libcudacxx/libcxx/utilities/meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp index b0b7a3f3b69..13bb443314a 100644 --- a/libcudacxx/test/libcudacxx/libcxx/utilities/meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp +++ b/libcudacxx/test/libcudacxx/libcxx/utilities/meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp @@ -86,10 +86,6 @@ int main(int, char**) #ifdef _LIBCUDACXX_HAS_NVBF16 test_is_floating_point<__nv_bfloat16>(); #endif // _LIBCUDACXX_HAS_NVBF16 -#if _CCCL_HAS_NVFP8() - test_is_floating_point<__nv_fp8_e4m3>(); - test_is_floating_point<__nv_fp8_e5m2>(); -#endif // ()) test_is_not_floating_point(); test_is_not_floating_point();