Chromium Code Reviews| Index: tests/language/class_codegen_test.dart |
| diff --git a/tests/language/class_codegen_test.dart b/tests/language/class_codegen_test.dart |
| index bfec70f02326d20d2bf5041a2190cbc3f47ef06d..1b1c738c358b062f56f7b568c9d3b3644d838eb4 100644 |
| --- a/tests/language/class_codegen_test.dart |
| +++ b/tests/language/class_codegen_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 { |
| A() : x = 3; |
| foo() => x; |