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

Unified Diff: pkg/front_end/test/fasta/compile_test.dart

Issue 2666913003: Rewrite package:fasta/testing URIs. (Closed)
Patch Set: Created 3 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 | « no previous file | pkg/front_end/test/fasta/kompile_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/compile_test.dart
diff --git a/pkg/front_end/test/fasta/compile_test.dart b/pkg/front_end/test/fasta/compile_test.dart
index 5fc4e1d748c5df2341f92f5022f8ecfaa910e7bd..2f2e39ee282469b414a5117851f36b2c1974488a 100644
--- a/pkg/front_end/test/fasta/compile_test.dart
+++ b/pkg/front_end/test/fasta/compile_test.dart
@@ -7,7 +7,7 @@ library fasta.test.compile_test;
import 'dart:async' show
Future;
-import 'package:fasta/testing/suite.dart';
+import 'package:front_end/src/fasta/testing/suite.dart';
Future<FeContext> createContext(
Chain suite, Map<String, String> environment) {
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/kompile_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698