Index: sdk/lib/math/random.dart |
diff --git a/sdk/lib/math/random.dart b/sdk/lib/math/random.dart |
index c7fa75fec3524aca783431e1ebf7439aadc1140a..47c55828ce4f2267d524b2a8d1926034de7320de 100644 |
--- a/sdk/lib/math/random.dart |
+++ b/sdk/lib/math/random.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 "math.dart"; |
+part of dart.math; |
/** |
* A generator of random bool, int, or double values. |