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

Unified Diff: tests/compiler/dart2js/type_combination_test.dart

Issue 1278503004: Revert "Move dart2jslib parts into separate libraries." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « tests/compiler/dart2js/type_checker_test.dart ('k') | tests/compiler/dart2js/type_equals_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/type_combination_test.dart
diff --git a/tests/compiler/dart2js/type_combination_test.dart b/tests/compiler/dart2js/type_combination_test.dart
index 834f900e3dc727b83253204961d9a792d4f7b03b..fa2b503d5a385d2ba6ebe9d60d8b56fa3491e0f6 100644
--- a/tests/compiler/dart2js/type_combination_test.dart
+++ b/tests/compiler/dart2js/type_combination_test.dart
@@ -2,13 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'package:async_helper/async_helper.dart';
-import 'package:expect/expect.dart';
+import "package:async_helper/async_helper.dart";
+import "package:expect/expect.dart";
+import "compiler_helper.dart";
+import "package:compiler/src/types/types.dart";
+import "type_mask_test_helper.dart";
import 'package:compiler/src/js_backend/js_backend.dart';
-import 'package:compiler/src/types/types.dart';
-import 'package:compiler/src/world.dart';
-import 'compiler_helper.dart';
-import 'type_mask_test_helper.dart';
TypeMask nullType;
TypeMask objectType;
« no previous file with comments | « tests/compiler/dart2js/type_checker_test.dart ('k') | tests/compiler/dart2js/type_equals_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698