Skip to content

Commit 4ea6d6e

Browse files
dcharkescommit-bot@chromium.org
authored andcommitted
[tests/ffi] Re-enable commented out tests
Change-Id: I34eb75416a141c329cc1f92cccb958fd71e66c4e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155605 Reviewed-by: Tess Strickland <[email protected]> Commit-Queue: Daco Harkes <[email protected]>
1 parent 2225b6f commit 4ea6d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ffi_2/function_structs_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ typedef NativeCoordinateOp = Pointer<Coordinate> Function(Pointer<Coordinate>);
2121

2222
void main() {
2323
testFunctionWithStruct();
24-
// testFunctionWithStructArray();
25-
// testFunctionWithVeryLargeStruct();
24+
testFunctionWithStructArray();
25+
testFunctionWithVeryLargeStruct();
2626
}
2727

2828
DynamicLibrary ffiTestFunctions = dlopenPlatformSpecific("ffi_test_functions");

0 commit comments

Comments
 (0)