Skip to content

Commit

Permalink
Update libcudacxx/test/libcudacxx/cuda/cmath/round_up_down.pass.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schellenberger Costa <[email protected]>
  • Loading branch information
fbusato and miscco authored Jan 14, 2025
1 parent 68bc0f9 commit 8fdb01d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ __host__ __device__ TEST_CONSTEXPR_CXX14 bool test()
int main(int arg, char** argv)
{
test();
// static_assert(test(), "");
static_assert(test(), "");
return 0;
}

0 comments on commit 8fdb01d

Please sign in to comment.