Chromium Code Reviews| Index: tests/language/positional_parameters_type_test.dart |
| diff --git a/tests/language/positional_parameters_type_test.dart b/tests/language/positional_parameters_type_test.dart |
| index db26b84e3273a29d14255bb67a52dace0f9b70c2..7a23761a362231e5674a859846a4c223d1caf05d 100644 |
| --- a/tests/language/positional_parameters_type_test.dart |
| +++ b/tests/language/positional_parameters_type_test.dart |
| @@ -5,8 +5,6 @@ |
| // |
| // Dart test program for testing optional positional parameters in type tests. |
| -import "package:expect/expect.dart"; |
| - |
| class NamedParametersTypeTest { |
| static int testMain() { |
| int result = 0; |