Chromium Code Reviews| Index: tests/language/is_function_test.dart |
| diff --git a/tests/language/is_function_test.dart b/tests/language/is_function_test.dart |
| index 24e3a8bdc8cb02a8d5d0c42e73fd4dbbc9d3519d..0dce0bbc39576752928647b8d61e779e5f5abdf2 100644 |
| --- a/tests/language/is_function_test.dart |
| +++ b/tests/language/is_function_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"; |
| - |
| var staticClosure; |
| staticMethod() => 42; |