| Index: tests/language/call_test.dart
|
| diff --git a/tests/language/call_test.dart b/tests/language/call_test.dart
|
| index 6e87507f7b0d4a4787acc1ec71a9a6dd98ccfadd..bd6d24fadc7bdf70641904691e32a2a044f79b3b 100644
|
| --- a/tests/language/call_test.dart
|
| +++ b/tests/language/call_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";
|
| +
|
| main() {
|
| bar(a) {
|
| return a is String;
|
|
|