Chromium Code Reviews| Index: tests/compiler/dart2js_extra/super_constructor1_test.dart |
| diff --git a/tests/compiler/dart2js_extra/super_constructor1_test.dart b/tests/compiler/dart2js_extra/super_constructor1_test.dart |
| index 49ce5c544282d78186cb96d0d780c2595d4862e0..c6fcb01ccf4a3352dbf2e1fced7953ce33ebcb72 100644 |
| --- a/tests/compiler/dart2js_extra/super_constructor1_test.dart |
| +++ b/tests/compiler/dart2js_extra/super_constructor1_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"; |
| + |
| String message; |
| class A { |