Chromium Code Reviews| Index: tests/language/implicit_this_test.dart |
| diff --git a/tests/language/implicit_this_test.dart b/tests/language/implicit_this_test.dart |
| index f6ebd588ad5ff90a824b29b79b90af493a592fd5..490e7e1c2dd133bc9f5b75240ceaf98d1fd015f4 100644 |
| --- a/tests/language/implicit_this_test.dart |
| +++ b/tests/language/implicit_this_test.dart |
| @@ -2,6 +2,8 @@ |
| // 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"; |
| + |
| abstract class Interface { |
| final x; |
| } |