| Index: tests/language/top_level_prefixed_library_test.lib
|
| ===================================================================
|
| --- tests/language/top_level_prefixed_library_test.lib (revision 20447)
|
| +++ tests/language/top_level_prefixed_library_test.lib (working copy)
|
| @@ -2,5 +2,5 @@
|
| // 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('TopLevelPrefixedLibrary');
|
| -#source('top_level_file2.dart');
|
| +library TopLevelPrefixedLibrary;
|
| +part 'top_level_file2.dart';
|
|
|