Skip to content

Commit 38e250b

Browse files
dcharkesCommit Queue
authored andcommitted
[ffi] Format tests/ffi/ with new style - automated
Includes all the files which required no manual treatment. Change-Id: I3d493bcbc238a2016579a0f804d32f4829efb87b Cq-Include-Trybots: dart/try:vm-aot-android-release-arm_x64-try,vm-aot-linux-debug-x64-try,vm-aot-linux-debug-x64c-try,vm-aot-mac-release-arm64-try,vm-aot-mac-release-x64-try,vm-aot-win-debug-x64c-try,vm-checked-mac-release-arm64-try,vm-ffi-qemu-linux-release-arm-try,vm-ffi-qemu-linux-release-riscv64-try,vm-linux-debug-ia32-try,vm-linux-debug-x64-try,vm-linux-debug-x64c-try,vm-mac-debug-arm64-try,vm-reload-linux-debug-x64-try,vm-reload-rollback-linux-debug-x64-try,vm-win-release-ia32-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/399102 Reviewed-by: Bob Nystrom <[email protected]> Commit-Queue: Daco Harkes <[email protected]>
1 parent 82c4789 commit 38e250b

File tree

116 files changed

+27061
-19722
lines changed

Some content is hidden

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

116 files changed

+27061
-19722
lines changed

tests/ffi/abi_specific_int_incomplete_jit_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ import 'package:ffi/ffi.dart';
1212
// We want at least 1 mapping to satisfy the static checks.
1313
const notTestingOn = Abi.fuchsiaArm64;
1414

15-
@AbiSpecificIntegerMapping({
16-
notTestingOn: Int8(),
17-
})
15+
@AbiSpecificIntegerMapping({notTestingOn: Int8()})
1816
final class Incomplete extends AbiSpecificInteger {
1917
const Incomplete();
2018
}

0 commit comments

Comments
 (0)