| Index: dart/tests/compiler/dart2js/dart_backend_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/dart_backend_test.dart b/dart/tests/compiler/dart2js/dart_backend_test.dart
|
| index ebaf7f376984f83184b0d4c482bd103a949f60e2..08c9e6a70eb5ffa03eefa11faf063aebf8ec03a1 100644
|
| --- a/dart/tests/compiler/dart2js/dart_backend_test.dart
|
| +++ b/dart/tests/compiler/dart2js/dart_backend_test.dart
|
| @@ -118,6 +118,8 @@ testDart2DartWithLibrary(
|
| }
|
|
|
| final options = <String>['--output-type=dart'];
|
| + // Some tests below are using dart:io.
|
| + options.add('--categories=Client,Server');
|
| if (minify) options.add('--minify');
|
| if (stripTypes) options.add('--force-strip=types');
|
|
|
|
|