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

Unified Diff: runtime/vm/snapshot_test.cc

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: runtime/vm/snapshot_test.cc
diff --git a/runtime/vm/snapshot_test.cc b/runtime/vm/snapshot_test.cc
index d0e57def9851c648dc2ae602cda810289685717c..3ee8ed704add759f6eee6a22daa2b842f43d7341 100644
--- a/runtime/vm/snapshot_test.cc
+++ b/runtime/vm/snapshot_test.cc
@@ -867,11 +867,6 @@ TEST_CASE(GenerateSource) {
EXPECT(!lib.IsNull());
IterateScripts(lib);
- // Check core impl lib.
- lib = Library::CoreImplLibrary();
- EXPECT(!lib.IsNull());
- IterateScripts(lib);
-
// Check isolate lib.
lib = Library::IsolateLibrary();
floitsch 2012/11/12 16:31:56 two Isolate-libraries.
Anders Johnsen 2012/11/12 16:58:38 Bad merge.
EXPECT(!lib.IsNull());

Powered by Google App Engine
This is Rietveld 408576698