Skip to content

Commit

Permalink
Fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kynex7510 committed Nov 20, 2024
1 parent f905201 commit b1282c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/InteropApp.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ void* ctrdlProgramResolver(const char* sym) {
RESOLVER_ENTRY(ctrdlInfo);
RESOLVER_ENTRY(printf);
RESOLVER_ENTRY(ctrdlFreeInfo);
RESOLVER_ENTRY(consoleGetDefault);
RESOLVER_ENTRY(dlclose);
RESOLVER_ENTRY(dlerror);
return stub;
}

Expand Down

0 comments on commit b1282c8

Please sign in to comment.