Chromium Code Reviews| Index: tests/compiler/dart2js_extra/to_string_test.dart |
| diff --git a/tests/compiler/dart2js_extra/to_string_test.dart b/tests/compiler/dart2js_extra/to_string_test.dart |
| index ee28afe01be7b16a943164fd4120356db649d327..31808b2c37ca83e1ecc4d93628c2076f4718838e 100644 |
| --- a/tests/compiler/dart2js_extra/to_string_test.dart |
| +++ b/tests/compiler/dart2js_extra/to_string_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 extends Object { |
| } |