| Index: tests/standalone/io/socket_exception_test.dart
|
| diff --git a/tests/standalone/io/socket_exception_test.dart b/tests/standalone/io/socket_exception_test.dart
|
| index 632321777e45a5d409c6c2e0c709f8b081208dec..8708a4c06161efb795bc98d7fefd70e0b4c9e7ff 100644
|
| --- a/tests/standalone/io/socket_exception_test.dart
|
| +++ b/tests/standalone/io/socket_exception_test.dart
|
| @@ -4,8 +4,8 @@
|
| //
|
| // Tests socket exceptions.
|
|
|
| -#import("dart:isolate");
|
| -#import("dart:io");
|
| +import "dart:isolate";
|
| +import "dart:io";
|
|
|
| class SocketExceptionTest {
|
|
|
|
|