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

Unified Diff: tests/try/poi/diff_test.dart

Issue 1278063008: Yet another fix. (Closed) Base URL: https://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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/try/poi/diff_test.dart
diff --git a/tests/try/poi/diff_test.dart b/tests/try/poi/diff_test.dart
index 33cffb51b9f3bc2d61bdc33c46fc92396efa66ef..b0f2d6e1068af9a5a8a7e6cf37dc300164b87680 100644
--- a/tests/try/poi/diff_test.dart
+++ b/tests/try/poi/diff_test.dart
@@ -15,8 +15,7 @@ import 'package:async_helper/async_helper.dart' show
asyncTest;
import 'package:compiler/src/dart2jslib.dart' show
- Compiler,
- Script;
+ Compiler;
import 'package:compiler/src/io/source_file.dart' show
StringSourceFile;
@@ -25,6 +24,9 @@ import 'package:compiler/src/elements/elements.dart' show
Element,
LibraryElement;
+import 'package:compiler/src/script.dart' show
+ Script;
+
import 'package:dart2js_incremental/diff.dart' show
Difference,
computeDifference;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698