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

Unified Diff: pkg/front_end/testcases/accessors.dart

Issue 2921623002: Update expectations files. (Closed)
Patch Set: Update expectations files. Created 3 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
« no previous file with comments | « pkg/front_end/test/fasta/outline.status ('k') | pkg/front_end/testcases/accessors.dart.direct.expect » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/accessors.dart
diff --git a/pkg/front_end/testcases/accessors.dart b/pkg/front_end/testcases/accessors.dart
index 453e61fdd577df707b24ba630c0cb4af66d3e9c8..5ac1323ba0732544bb774fc63c2660c5aff2edb2 100644
--- a/pkg/front_end/testcases/accessors.dart
+++ b/pkg/front_end/testcases/accessors.dart
@@ -28,7 +28,7 @@ class C {
}
class D extends C {
- String get onlySetter() => "D.onlySetter called.";
+ String get onlySetter => "D.onlySetter called.";
void set onlySetter(value) {
print("D.onlySetter called with $value.");
« no previous file with comments | « pkg/front_end/test/fasta/outline.status ('k') | pkg/front_end/testcases/accessors.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698