Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen Arteca committed Oct 10, 2024
1 parent f7b1641 commit 44a8dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ internal class DiplomatTrait_TesterTrait_Wrapper internal constructor (
vtable.run_testEnumReturn_callback = testEnumReturn;
val native_wrapper = DiplomatTrait_TesterTrait_Wrapper_Native();
native_wrapper.vtable = vtable;
native_wrapper.data_ = DiplomatJVMRuntime.buildRustCookie(vtable as Object);
native_wrapper.data_ = DiplomatJVMRuntime.buildRustCookie(native_wrapper as Object);
return DiplomatTrait_TesterTrait_Wrapper(native_wrapper);
}
}
Expand Down

0 comments on commit 44a8dfe

Please sign in to comment.