| Index: tests/language/library_prefixes_test1.lib
|
| ===================================================================
|
| --- tests/language/library_prefixes_test1.lib (revision 20447)
|
| +++ tests/language/library_prefixes_test1.lib (working copy)
|
| @@ -2,6 +2,6 @@
|
| // 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("LibraryPrefixesTest1.lib");
|
| +library LibraryPrefixesTest1.lib;
|
|
|
| -#source("library_prefixes_test1.dart");
|
| +part "library_prefixes_test1.dart";
|
|
|