Chromium Code Reviews| Index: tests/language/invocation_mirror2_test.dart |
| diff --git a/tests/language/invocation_mirror2_test.dart b/tests/language/invocation_mirror2_test.dart |
| index e320835be0160626a027329a614bd996e40f4cf1..f93ac1e299ef7fe496c3488ce3624b040147d024 100644 |
| --- a/tests/language/invocation_mirror2_test.dart |
| +++ b/tests/language/invocation_mirror2_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 GetName { |
| set flif(_) => "flif="; |
| } |