| Index: tests/language/unqual_name_test.dart
|
| diff --git a/tests/language/unqual_name_test.dart b/tests/language/unqual_name_test.dart
|
| index 57a178c1a862a75b6f68667d499f3e9fceceb650..ec519474b91b7ca01905fa6c20bf807a91b114a3 100644
|
| --- a/tests/language/unqual_name_test.dart
|
| +++ b/tests/language/unqual_name_test.dart
|
| @@ -3,6 +3,8 @@
|
| // 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 { }
|
|
|