Index: sdk/lib/core/print.dart |
diff --git a/sdk/lib/core/print.dart b/sdk/lib/core/print.dart |
index 07ad03f7a8cc1435dd7e9ed980e3e15ad65ec9dc..42c7d1ca4aa411536b9812c61d39eab802dab1ec 100644 |
--- a/sdk/lib/core/print.dart |
+++ b/sdk/lib/core/print.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 "core.dart"; |
+part of dart.core; |
/// Prints a string representation of the object to the console. |
void print(Object object) { |