Chromium Code Reviews| Index: tests/compiler/dart2js/mirrors_helper.dart |
| diff --git a/tests/compiler/dart2js/mirrors_helper.dart b/tests/compiler/dart2js/mirrors_helper.dart |
| index 7d33002660fdb1e4f2de2e66638c57de415972f3..1e9485c41f5fc3bc74ab2c5503be40d76ed5e14d 100644 |
| --- a/tests/compiler/dart2js/mirrors_helper.dart |
| +++ b/tests/compiler/dart2js/mirrors_helper.dart |
| @@ -6,7 +6,7 @@ |
| * This file is read by 'mirrors_test.dart'. |
| */ |
| -#library('mirrors_helper'); |
| +library mirrors_helper; |
| typedef E Func<E,F extends Foo>(F f); |