Chromium Code Reviews| Index: tests/language/param_test.dart |
| diff --git a/tests/language/param_test.dart b/tests/language/param_test.dart |
| index 4b5c033cb95b182f6d74d2ab998f9dd040c4f8e9..43abf50f8ec9022c61e9e5edfdd6e9442f49d295 100644 |
| --- a/tests/language/param_test.dart |
| +++ b/tests/language/param_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test program for testing params. |
| -import "package:expect/expect.dart"; |
| - |
| class Helper { |
| static int foo(int i) { |
| var b; |