Chromium Code Reviews| Index: tests/language/class_test.dart |
| diff --git a/tests/language/class_test.dart b/tests/language/class_test.dart |
| index 10a00f53c3a23a5d09fe3c5025b28597ca3c45f9..7a03fb1a4e39aaec617b642e12bb868a0e6065fb 100644 |
| --- a/tests/language/class_test.dart |
| +++ b/tests/language/class_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"; |
| + |
| // Tests basic classes and methods. |
| class ClassTest { |
| ClassTest() {} |