Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: tests/corelib/sort_test.dart

Issue 11365196: Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix two pending TODO's. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/corelib/sort_test.dart
diff --git a/tests/corelib/sort_test.dart b/tests/corelib/sort_test.dart
index 64959b1456db5203690450332ba955a23bbac2eb..a421e2bede30b058f5eafddcc443d21c6fbf363c 100644
--- a/tests/corelib/sort_test.dart
+++ b/tests/corelib/sort_test.dart
@@ -4,7 +4,6 @@
// Dart test for sort routines.
library sort_test;
-import 'dart:coreimpl';
import 'sort_helper.dart';
main() {

Powered by Google App Engine
This is Rietveld 408576698