Chromium Code Reviews| Index: tests/language/super_operator_test.dart |
| diff --git a/tests/language/super_operator_test.dart b/tests/language/super_operator_test.dart |
| index d47eb5472430dab9bd2b0a89e05fce82e4ab47fe..eea754517c8a3d9b5b404f9ebdc8b2c97b4df12c 100644 |
| --- a/tests/language/super_operator_test.dart |
| +++ b/tests/language/super_operator_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test for testing super operator calls |
| -import "package:expect/expect.dart"; |
| - |
| class A { |
| String val = ""; |