| Index: test/codegen/expect/lib-typed_data-all.js
|
| diff --git a/test/codegen/expect/lib-typed_data-all.js b/test/codegen/expect/lib-typed_data-all.js
|
| index 199bc9d8b5395ff6e7c7541667895e4a3c3c8935..2ec9bbecc0e9b3e4788d9a522af58c6e061d15f6 100644
|
| --- a/test/codegen/expect/lib-typed_data-all.js
|
| +++ b/test/codegen/expect/lib-typed_data-all.js
|
| @@ -3515,11 +3515,11 @@ dart_library.library('lib/typed_data/typed_data_load_test', null, /* Imports */[
|
| });
|
| dart_library.library('lib/typed_data/typed_data_sublist_type_test', null, /* Imports */[
|
| 'dart/_runtime',
|
| - 'dart/core',
|
| 'expect/expect',
|
| + 'dart/core',
|
| 'dart/typed_data'
|
| ], /* Lazy imports */[
|
| -], function(exports, dart, core, expect, typed_data) {
|
| +], function(exports, dart, expect, core, typed_data) {
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| exports.inscrutable = null;
|
|
|