Skip to content

Commit

Permalink
Fix expected tests result
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilles committed Jan 22, 2023
1 parent c22d9f8 commit b0c1273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/generated-src/wasm/NativeTestHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ em::val NativeTestHelpers::add_one_if_present(const em::val& w_f) {
return ::djinni::FutureAdaptor<::djinni::Optional<std::experimental::optional, ::djinni::I32>>::fromCpp(std::move(r));
}
catch(const std::exception& e) {
return djinni::ExceptionHandlingTraits<::djinni::FutureAdaptor<::djinni::Optional<std::experimental::optional, ::djinni::I32>>>::handleNativeException(e);
return ::djinni::ExceptionHandlingTraits<::djinni::FutureAdaptor<::djinni::Optional<std::experimental::optional, ::djinni::I32>>>::handleNativeException(e);
}
}
em::val NativeTestHelpers::check_async_interface(const em::val& w_i) {
Expand Down

0 comments on commit b0c1273

Please sign in to comment.