Enable sync-async (#5765)

This commit is contained in:
Alexander Aprelev 2018-07-16 09:18:07 -07:00 committed by GitHub
parent 2e57ecd38f
commit 1d126dab31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,8 +95,7 @@ static const char* kDartStrongModeArgs[] = {
// clang-format off
"--strong",
"--reify_generic_functions",
// TODO(bkonyi): uncomment when sync-async is enabled in flutter/flutter.
// "--sync_async",
"--sync_async",
// clang-format on
};