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

Unified Diff: pkg/analysis_server/test/analysis_server_test.dart

Issue 294903015: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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: pkg/analysis_server/test/analysis_server_test.dart
diff --git a/pkg/analysis_server/test/analysis_server_test.dart b/pkg/analysis_server/test/analysis_server_test.dart
index c79f3c84f08c61773e0e681765d7639f6502a81c..a4b3fc34ef7114b9a584ef5e2eedc9fad643b38e 100644
--- a/pkg/analysis_server/test/analysis_server_test.dart
+++ b/pkg/analysis_server/test/analysis_server_test.dart
@@ -133,7 +133,7 @@ class AnalysisServerTest {
Map<String, Object> json = AnalysisServer.errorToJson(analysisError);
expect(json['message'],
- equals("The element 'foo' is defined in the libraries 'bar' and 'baz'"));
+ equals("The name 'foo' is defined in the libraries 'bar' and 'baz'"));
}
static void errorToJson_noCorrection() {

Powered by Google App Engine
This is Rietveld 408576698