diff --git a/tests/ffi/function_structs_test.dart b/tests/ffi/function_structs_test.dart index 37388768017..bf9ea5f86b9 100644 --- a/tests/ffi/function_structs_test.dart +++ b/tests/ffi/function_structs_test.dart @@ -21,8 +21,8 @@ typedef NativeCoordinateOp = Pointer Function(Pointer); void main() { testFunctionWithStruct(); - // testFunctionWithStructArray(); - // testFunctionWithVeryLargeStruct(); + testFunctionWithStructArray(); + testFunctionWithVeryLargeStruct(); } DynamicLibrary ffiTestFunctions = dlopenPlatformSpecific("ffi_test_functions");