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

Unified Diff: test/codegen/expect/lib-typed_data-all.js

Issue 1767803002: a few small refactorings to closure workarounds (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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/codegen/expect/language-all.js ('k') | test/codegen_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « test/codegen/expect/language-all.js ('k') | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698