Skip to content

Commit

Permalink
Coverage fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Aug 3, 2024
1 parent c582677 commit b03accb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/llvm_multi_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ TEST_CASE("copy semantics")
auto *cf2_ptr = reinterpret_cast<void (*)(double *, const double *, const double *, const double *)>(
ms_copy.jit_lookup("f2"));

REQUIRE_THROWS_MATCHES(ms_copy.jit_lookup("f3"), std::invalid_argument,
Message("Could not find the symbol 'f3' in an llvm_multi_state"));

const double ins[] = {2., 3.};
double outs[2] = {};

Expand Down

0 comments on commit b03accb

Please sign in to comment.