Chromium Code Reviews| Index: tests/language/src/GetterSetterInLibTest.dart |
| =================================================================== |
| --- tests/language/src/GetterSetterInLibTest.dart (revision 5287) |
| +++ tests/language/src/GetterSetterInLibTest.dart (working copy) |
| @@ -2,6 +2,7 @@ |
| // 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. |
| +#library('GetterSetterInLibTest'); |
|
ahe
2012/03/10 22:13:42
I think this is wrong. We need to fix the web test
|
| #import('GetterSetterInLib.dart'); |
| main() { |