Chromium Code Reviews| Index: tests/language/library_prefixes.dart |
| =================================================================== |
| --- tests/language/library_prefixes.dart (revision 22269) |
| +++ tests/language/library_prefixes.dart (working copy) |
| @@ -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. |
| +part of LibraryPrefixes.lib; |
| + |
| class LibraryPrefixes { |
| static void main(var expectEquals) { |