Commit e274ed86 authored by Alexander Aprelev's avatar Alexander Aprelev

[dart] Roll engine to dart roll

parent fde2347c
155ba096197a4f1aa323598d72a009ec67c2ef48 daed2b7d61f3de8391148b794cecccd127e18bc3
...@@ -48,7 +48,6 @@ class GenSnapshot { ...@@ -48,7 +48,6 @@ class GenSnapshot {
Iterable<String> additionalArgs = const <String>[], Iterable<String> additionalArgs = const <String>[],
}) { }) {
final List<String> args = <String>[ final List<String> args = <String>[
'--await_is_keyword',
'--causal_async_stacks', '--causal_async_stacks',
'--packages=$packagesPath', '--packages=$packagesPath',
]..addAll(additionalArgs); ]..addAll(additionalArgs);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment