| Index: tools/testing/dart/fletch_warnings_suite.dart
|
| diff --git a/tools/testing/dart/fletch_warnings_suite.dart b/tools/testing/dart/fletch_warnings_suite.dart
|
| index 7d90e414fb8d995fe4883d774036b6e6b8c5dce4..9bcbc68702474fb5c5db41822ff65d01baed5f4e 100644
|
| --- a/tools/testing/dart/fletch_warnings_suite.dart
|
| +++ b/tools/testing/dart/fletch_warnings_suite.dart
|
| @@ -62,8 +62,7 @@ class FletchWarningsRuntimeConfiguration extends RuntimeConfiguration {
|
| '--library-root=third_party/dart/sdk/',
|
| '--analyze-only',
|
| '--show-package-warnings',
|
| - '--categories=Server',
|
| - '--allow-native-extensions']..addAll(arguments),
|
| + '--categories=Server']..addAll(arguments),
|
| null,
|
| flavor: 'dart2js')];
|
| }
|
|
|