| Index: tests/language/call_operator_test.dart
|
| diff --git a/tests/language/call_operator_test.dart b/tests/language/call_operator_test.dart
|
| index 2dc70701b6de98fd88f89188105814fb9a3488c0..d1d839b96a122c1509b62604783b09dc572390e6 100644
|
| --- a/tests/language/call_operator_test.dart
|
| +++ b/tests/language/call_operator_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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 "package:expect/expect.dart";
|
| +
|
|
|
| // simple test with no types in signature
|
| class A1 {
|
|
|