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

Unified Diff: tests/compiler/dart2js/message_kind_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/memory_compiler.dart ('k') | tests/compiler/dart2js/message_kind_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/message_kind_helper.dart
diff --git a/tests/compiler/dart2js/message_kind_helper.dart b/tests/compiler/dart2js/message_kind_helper.dart
index 510ab07d453f2cae280d55d3d6a5e78ee9c43c7d..6c4df24b93574ac72dfec9079c1d4fefb52a3326 100644
--- a/tests/compiler/dart2js/message_kind_helper.dart
+++ b/tests/compiler/dart2js/message_kind_helper.dart
@@ -9,11 +9,11 @@ import 'dart:async';
import 'package:compiler/src/compiler.dart' show
Compiler;
-import 'package:compiler/src/messages.dart' show
- MessageKind,
- MessageTemplate;
import 'package:compiler/src/dart_backend/dart_backend.dart' show
DartBackend;
+import 'package:compiler/src/diagnostics/messages.dart' show
+ MessageKind,
+ MessageTemplate;
import 'package:compiler/src/old_to_new_api.dart' show
LegacyCompilerDiagnostics;
« no previous file with comments | « tests/compiler/dart2js/memory_compiler.dart ('k') | tests/compiler/dart2js/message_kind_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698