Chromium Code Reviews| Index: tests/language/compile_time_constant8_test.dart |
| diff --git a/tests/language/compile_time_constant8_test.dart b/tests/language/compile_time_constant8_test.dart |
| index e39d7f20ee1f57d57e07bc16bf7b7996f548969c..f82c158fd28608cdf9755f3be3aa92686f964923 100644 |
| --- a/tests/language/compile_time_constant8_test.dart |
| +++ b/tests/language/compile_time_constant8_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<T> { |
| const A(); |
| toString() => "a"; |