Skip to content

Commit

Permalink
Fix test on ppc64. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Sep 1, 2024
1 parent 3a3f9bf commit d735116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/make_multi_cfunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ TEST_CASE("failure modes")
#if defined(HEYOKA_ARCH_PPC)

REQUIRE_THROWS_MATCHES(
detail::make_multi_cfunc<long double>(llvm_state{}, "cfunc", {1_dbl, par[0]}, {}, 1, false, false, 0),
detail::make_multi_cfunc<long double>(llvm_state{}, "cfunc", {1_dbl, par[0]}, {}, 1, false, false, 0, detail::default_parjit),
not_implemented_error, Message("'long double' computations are not supported on PowerPC"));

#endif
Expand Down

0 comments on commit d735116

Please sign in to comment.