Chromium Code Reviews| Index: tests/language/call_test.dart |
| diff --git a/tests/language/call_test.dart b/tests/language/call_test.dart |
| index bd6d24fadc7bdf70641904691e32a2a044f79b3b..6e87507f7b0d4a4787acc1ec71a9a6dd98ccfadd 100644 |
| --- a/tests/language/call_test.dart |
| +++ b/tests/language/call_test.dart |
| @@ -2,8 +2,6 @@ |
| // 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; |