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

Unified Diff: dart/tests/utils/dummy_compiler_test.dart

Issue 11788016: Update dart2js unit tests to new library API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: No need to implement Iterable Created 7 years, 11 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 | « dart/tests/compiler/dart2js/value_range_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/utils/dummy_compiler_test.dart
diff --git a/dart/tests/utils/dummy_compiler_test.dart b/dart/tests/utils/dummy_compiler_test.dart
index 9cbd95a96c6e46f0f891d65d8b88e62701597b47..2cf2539c6ddad00885004dd15175b87f7e41e0d1 100644
--- a/dart/tests/utils/dummy_compiler_test.dart
+++ b/dart/tests/utils/dummy_compiler_test.dart
@@ -3,12 +3,12 @@
// BSD-style license that can be found in the LICENSE file.
// Smoke test of the dart2js compiler API.
+library dummy_compiler;
import 'dart:async';
-library dummy_compiler;
+import 'dart:uri';
import '../../sdk/lib/_internal/compiler/compiler.dart';
-import 'dart:uri';
Future<String> provider(Uri uri) {
Completer<String> completer = new Completer<String>();
« no previous file with comments | « dart/tests/compiler/dart2js/value_range_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698