Chromium Code Reviews| Index: tests/compiler/dart2js_extra/closure6_test.dart |
| diff --git a/tests/compiler/dart2js_extra/closure6_test.dart b/tests/compiler/dart2js_extra/closure6_test.dart |
| index a49b187f45652d5b430d635e3517b05705d0ff07..fd6388850dcec540b1783e538bcacb745c716b1a 100644 |
| --- a/tests/compiler/dart2js_extra/closure6_test.dart |
| +++ b/tests/compiler/dart2js_extra/closure6_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"; |
| - |
| class A { |
| var foo; |
| bar() => foo(3, 99); |