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

Unified Diff: test/codegen_expected/corelib/collection_from_test.js

Issue 2102053003: Remove DDC custom error list now that strong mode analyzer handles it (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: another fix Created 4 years, 5 months 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
« no previous file with comments | « test/browser/language_tests.js ('k') | test/codegen_expected/corelib/collection_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_expected/corelib/collection_from_test.js
diff --git a/test/codegen_expected/corelib/collection_from_test.js b/test/codegen_expected/corelib/collection_from_test.js
index 63e74c7c818acd967c26b6df0a832937d169068e..8ee145cfec7cb076327128a1087b01990a80d43e 100644
--- a/test/codegen_expected/corelib/collection_from_test.js
+++ b/test/codegen_expected/corelib/collection_from_test.js
@@ -25,7 +25,7 @@ dart_library.library('corelib/collection_from_test', null, /* Imports */[
collection_from_test.CollectionFromTest.check(set, QueueOfint().from(set));
collection_from_test.CollectionFromTest.check(set, collection.Queue.from(set));
collection_from_test.CollectionFromTest.check(set, SetOfint().from(set));
- collection_from_test.CollectionFromTest.check(set, core.Set.from(set));
+ collection_from_test.CollectionFromTest.check(set, SetOfint().from(set));
}
static check(initial, other) {
expect$.Expect.equals(3, initial[dartx.length]);
« no previous file with comments | « test/browser/language_tests.js ('k') | test/codegen_expected/corelib/collection_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698