| 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]);
|
|
|