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