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

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

Issue 1286143003: Move diagnostic_listener.dart and messages.dart to the diagnostics folder (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 | « tests/compiler/dart2js/package_root_test.dart ('k') | tests/compiler/dart2js/part_of_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/parser_helper.dart
diff --git a/tests/compiler/dart2js/parser_helper.dart b/tests/compiler/dart2js/parser_helper.dart
index 66c921a47b6fb3355f3fb27679d18360edd0541f..c2d3bdfed0ac1d0c73c333b46c39a165dd837c2e 100644
--- a/tests/compiler/dart2js/parser_helper.dart
+++ b/tests/compiler/dart2js/parser_helper.dart
@@ -18,11 +18,11 @@ import "package:compiler/src/elements/modelx.dart"
import "package:compiler/src/compiler.dart";
import "package:compiler/src/diagnostics/source_span.dart";
import "package:compiler/src/diagnostics/spannable.dart";
-import "package:compiler/src/diagnostic_listener.dart";
-import "package:compiler/src/messages.dart";
+import "package:compiler/src/diagnostics/diagnostic_listener.dart";
+import "package:compiler/src/diagnostics/messages.dart";
import "package:compiler/src/script.dart";
-export "package:compiler/src/diagnostic_listener.dart";
+export "package:compiler/src/diagnostics/diagnostic_listener.dart";
// TODO(ahe): We should have token library to export instead.
export "package:compiler/src/scanner/scannerlib.dart";
« no previous file with comments | « tests/compiler/dart2js/package_root_test.dart ('k') | tests/compiler/dart2js/part_of_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698