| Index: tests/standalone/io/socket_invalid_arguments_test.dart
|
| diff --git a/tests/standalone/io/socket_invalid_arguments_test.dart b/tests/standalone/io/socket_invalid_arguments_test.dart
|
| index 239ee06d20f91cc1e6c77c38683d96fa1a0d1dda..91108b4128d5b1fd13113714c988c919b24026e4 100644
|
| --- a/tests/standalone/io/socket_invalid_arguments_test.dart
|
| +++ b/tests/standalone/io/socket_invalid_arguments_test.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#import("dart:io");
|
| +import "dart:io";
|
|
|
| class NotAnInteger {
|
| operator==(other) => other == 1;
|
|
|