Index: tests/language/prefix21_good_lib.dart |
=================================================================== |
--- tests/language/prefix21_good_lib.dart (revision 15598) |
+++ tests/language/prefix21_good_lib.dart (working copy) |
@@ -2,7 +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("Prefix21Good"); |
+library Prefix21Good; |
int goodFunction(int x) { |
return x; |