| Index: pkg/compiler/lib/src/dart_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/backend.dart b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| index 371eed6001e1c5f8d508349f0a2ccc11127399f9..c9d69aeb74244d61af08ad51d96682fd2ced14cd 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| @@ -20,8 +20,6 @@ class DartBackend extends Backend {
|
|
|
| bool get supportsReflection => true;
|
|
|
| - bool get supportsAsyncAwait => true;
|
| -
|
| // TODO(zarah) Maybe change this to a command-line option.
|
| // Right now, it is set by the tests.
|
| bool useMirrorHelperLibrary = false;
|
|
|