Skip to content

Commit

Permalink
Fix setup.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Oct 23, 2024
1 parent 7e1c971 commit 88d98d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/objective_c/test/setup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ void main(List<String> arguments) {
lib.lookup('runOnMainThread'); // objective_c.m
lib.lookup('Dart_InitializeApiDL'); // dart_api_dl.c
lib.lookup('OBJC_CLASS_\$_DartProxy'); // proxy.m
lib.lookup('_wrapListenerBlock_hepzs'); // objective_c_bindings_generated.m
// objective_c_bindings_generated.m
lib.lookup('_ObjectiveCBindings_wrapListenerBlock_hepzs');
}

0 comments on commit 88d98d9

Please sign in to comment.