Index: sdk/lib/internal/sort.dart |
diff --git a/sdk/lib/internal/sort.dart b/sdk/lib/internal/sort.dart |
index 090de865a2a13d53cafc4add910d71b510c7af83..d6cca2e3e5464f42b28d00d803fb7b45d19ec791 100644 |
--- a/sdk/lib/internal/sort.dart |
+++ b/sdk/lib/internal/sort.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:_internal"; |
+part of dart._internal; |
/** |
* Dual-Pivot Quicksort algorithm. |