| Index: tests/corelib/is_operator_basic_types_test.dart
|
| diff --git a/tests/corelib/is_operator_basic_types_test.dart b/tests/corelib/is_operator_basic_types_test.dart
|
| index e0771bbe36c92fe0be59cb3e038bdb144eb0699b..3dc6cd47502828b6369302ed9882c1035b588edd 100644
|
| --- a/tests/corelib/is_operator_basic_types_test.dart
|
| +++ b/tests/corelib/is_operator_basic_types_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for the "is" type test operator.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| check(args) {
|
| var list = args[0];
|
| var string = args[1];
|
|
|