[dart] Roll engine to dart roll

This commit is contained in:
Alexander Aprelev 2018-10-10 15:32:57 -07:00
parent fde2347cfe
commit e274ed866a
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
155ba096197a4f1aa323598d72a009ec67c2ef48
daed2b7d61f3de8391148b794cecccd127e18bc3

View file

@ -48,7 +48,6 @@ class GenSnapshot {
Iterable<String> additionalArgs = const <String>[],
}) {
final List<String> args = <String>[
'--await_is_keyword',
'--causal_async_stacks',
'--packages=$packagesPath',
]..addAll(additionalArgs);