Skip to content

Commit 49ed19f

Browse files
author
Dart CI
committedMar 20, 2025
Version 3.8.0-211.0.dev
Merge 0990e6b into dev
2 parents c929e6d + 0990e6b commit 49ed19f

File tree

158 files changed

+7845
-3331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+7845
-3331
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pubspec.lock
8282
/.dart_tool/native_assets_builder/
8383

8484
# Files generated by pub and other dart tools.
85-
/.dart_tool/
85+
.dart_tool/
8686

8787
# Generated by tools/generate_package_config.dart to include extra packages in
8888
# the project.

‎BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ if (is_fuchsia) {
240240
"tests/ffi/address_of_typeddata_generated_test.dart",
241241
"tests/ffi/aliasing_test.dart",
242242
"tests/ffi/allocator_test.dart",
243+
"tests/ffi/array_compound_elements_test.dart",
244+
"tests/ffi/array_primitive_elements_generated_test.dart",
243245
"tests/ffi/async_void_function_callbacks_test.dart",
244246
"tests/ffi/bool_test.dart",
245247
"tests/ffi/c_types_test.dart",

0 commit comments

Comments
 (0)
Failed to load comments.