Index: utils/pub/yaml/deep_equals.dart |
=================================================================== |
--- utils/pub/yaml/deep_equals.dart (revision 14646) |
+++ utils/pub/yaml/deep_equals.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("deep_equals"); |
+library deep_equals; |
/** |
* Returns whether two objects are structurally equivalent. This considers NaN |