| Index: tests/standalone/io/process_stderr_test.dart
|
| diff --git a/tests/standalone/io/process_stderr_test.dart b/tests/standalone/io/process_stderr_test.dart
|
| index 53f93588ec7d90ea2c6f7e7c498cd8d0ad60e919..b84d81c73d017f1e631feacc459f96c82eedc7a1 100644
|
| --- a/tests/standalone/io/process_stderr_test.dart
|
| +++ b/tests/standalone/io/process_stderr_test.dart
|
| @@ -9,8 +9,9 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| -import "dart:io";
|
| -import "dart:math";
|
| +import 'dart:async';
|
| +import 'dart:io';
|
| +import 'dart:math';
|
|
|
| import "process_test_util.dart";
|
|
|
|
|