| Index: tests/language/call_operator_test.dart
|
| diff --git a/tests/language/call_operator_test.dart b/tests/language/call_operator_test.dart
|
| index c3e285834dbe00d4eba58ef5fbff9e93fe404d9b..ecaefb50a81bacf7d8a598e1699075295319514a 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 {
|
|
|