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

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

Issue 2991543002: Fix remaining dependency of dummy_compiler_test after this filed was moved. (Closed)
Patch Set: Created 3 years, 5 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/compiler/dart2js/analyze_only_test.dart
diff --git a/tests/compiler/dart2js/analyze_only_test.dart b/tests/compiler/dart2js/analyze_only_test.dart
index f07e5b2fdcd4963e8fe253eb71013c0e52bc092c..bb5a2c387fa2808eccae6ffc6c1112db6ff53084 100644
--- a/tests/compiler/dart2js/analyze_only_test.dart
+++ b/tests/compiler/dart2js/analyze_only_test.dart
@@ -17,7 +17,7 @@ import 'package:compiler/src/diagnostics/messages.dart'
import 'package:compiler/src/old_to_new_api.dart';
import 'package:compiler/src/options.dart';
-import 'dummy_compiler_test.dart' as dummy;
+import '../dart2js_extra/dummy_compiler_test.dart' as dummy;
import 'output_collector.dart';
runCompiler(String main, List<String> options,
« 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