Index: tests/compiler/dart2js_extra/regress/4515_1_test.dart |
diff --git a/tests/compiler/dart2js_extra/regress/4515_1_test.dart b/tests/compiler/dart2js_extra/regress/4515_1_test.dart |
index 6d8b136f3a8b8c60eff150f9cc1eaecbb6a9c6ed..8c758b0041422c9924768b9d09df531fc7c20024 100644 |
--- a/tests/compiler/dart2js_extra/regress/4515_1_test.dart |
+++ b/tests/compiler/dart2js_extra/regress/4515_1_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 { |
a(x) => x + 1; |
} |