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 4216b91 commit 3ff32ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/runtime_controller_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ TEST_F(RuntimeControllerTest, CanUpdateSemantics) {
UIDartState::Context context(task_runners);
RuntimeControllerTester tester(context);

auto nativeSemanticsUpdate = [&tester, message_latch](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 3ff32ab

Please sign in to comment.