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

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: Change arrow-syntax factory into brace-syntax, due to multiline content. 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 5f18ecc648480aa52fc0e0a3b6bf2f81e91730a8..e9f329a8c55996ee360ef89dc63e3c92b7a555bf 100644
--- a/tests/corelib/sort_test.dart
+++ b/tests/corelib/sort_test.dart
@@ -4,7 +4,6 @@
// Dart test for sort routines.
#library("SortTest.dart");
-#import("dart:coreimpl");
#source("sort_helper.dart");
main() {

Powered by Google App Engine
This is Rietveld 408576698