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

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

Issue 1336843003: Avoid dart:io dependency in try (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
Index: tests/try/poi/diff_test.dart
diff --git a/tests/try/poi/diff_test.dart b/tests/try/poi/diff_test.dart
index 17890ac5f8b8a24e5e2251d935349f315395abf8..c6de2fd9a2a9cbb20e338427b4a52b9d85dd033f 100644
--- a/tests/try/poi/diff_test.dart
+++ b/tests/try/poi/diff_test.dart
@@ -31,7 +31,7 @@ import 'package:dart2js_incremental/diff.dart' show
Difference,
computeDifference;
-import '../../compiler/dart2js/compiler_helper.dart' show
+import '../../compiler/dart2js/mock_compiler.dart' show
MockCompiler,
compilerFor;

Powered by Google App Engine
This is Rietveld 408576698