Chromium Code Reviews| Index: tests/language/equality_test.dart |
| diff --git a/tests/language/equality_test.dart b/tests/language/equality_test.dart |
| index 6efe953770bfcfc3508371939b9e1f4f833f5b8c..4e47521052222b6360658dd198cf440ac98cdb40 100644 |
| --- a/tests/language/equality_test.dart |
| +++ b/tests/language/equality_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"; |
| + |
| class A { |
| bool _result; |