Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhtai committed Nov 19, 2024
1 parent 0ea613d commit 629d053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/runtime_controller_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ TEST_F(RuntimeControllerTest, CanUpdateSemantics) {
UIDartState::Context context(task_runners);
RuntimeControllerTester tester(context);

auto nativeSemanticsUpdate = [&](Dart_NativeArguments args) {
auto nativeSemanticsUpdate = [&tester, message_latch](Dart_NativeArguments args) {
auto handle = Dart_GetNativeArgument(args, 0);
intptr_t peer = 0;
Dart_Handle result = Dart_GetNativeInstanceField(
Expand Down

0 comments on commit 629d053

Please sign in to comment.