Index: sdk/lib/core/bool.dart |
diff --git a/sdk/lib/core/bool.dart b/sdk/lib/core/bool.dart |
index 3c24f61d1006f025d245511223dcb6f41a4f036c..6660b76f58dda344090b716748eae77fbd900e9f 100644 |
--- a/sdk/lib/core/bool.dart |
+++ b/sdk/lib/core/bool.dart |
@@ -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. |
-part of "dart:core"; |
+part of dart.core; |
/** |
* The reserved words [:true:] and [:false:] denote objects that are the only |