Chromium Code Reviews| Index: tests/language/compile_time_constant_i_test.dart |
| diff --git a/tests/language/compile_time_constant_i_test.dart b/tests/language/compile_time_constant_i_test.dart |
| index 70955985213a41a800e81ff3862c9940aac50d1d..c3d39390f7d77f951e1c90f91e06cc5bf00503d2 100644 |
| --- a/tests/language/compile_time_constant_i_test.dart |
| +++ b/tests/language/compile_time_constant_i_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 { |
| final x; |
| const A(this.x); |