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

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

Issue 1274073003: Refactor visitSendSet for super compounds and assignment. (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
Index: tests/compiler/dart2js/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index 6f8cb51febfd144642093348432d9a762334290e..89788651abce296165e2bbfc33dcbf0f81a9c92b 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -40,7 +40,7 @@ class WarningMessage {
Message message;
WarningMessage(this.node, this.message);
- toString() => message.toString();
+ toString() => message.kind.toString();
}
final Uri PATCH_CORE = new Uri(scheme: 'patch', path: 'core');

Powered by Google App Engine
This is Rietveld 408576698