Chromium Code Reviews| Index: tests/language/const_test.dart |
| diff --git a/tests/language/const_test.dart b/tests/language/const_test.dart |
| index e34eb0d6ecfcf86abd536c37557f6b963a40bfb8..966bda7595c4617b8fc841ece00456bc364509f9 100644 |
| --- a/tests/language/const_test.dart |
| +++ b/tests/language/const_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Check const classes. |
| -import "package:expect/expect.dart"; |
| - |
| class AConst { |
| const AConst() : b_ = 3 ; |
| final int b_; |