Chromium Code Reviews| Index: tests/language/unqual_name_test.dart |
| diff --git a/tests/language/unqual_name_test.dart b/tests/language/unqual_name_test.dart |
| index ec519474b91b7ca01905fa6c20bf807a91b114a3..57a178c1a862a75b6f68667d499f3e9fceceb650 100644 |
| --- a/tests/language/unqual_name_test.dart |
| +++ b/tests/language/unqual_name_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test program to check that we can resolve unqualified identifiers |
| -import "package:expect/expect.dart"; |
| - |
| class B { |
| B(x, y) : b = y { } |