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

Unified Diff: tests/language/call_through_getter_test.dart

Issue 798483002: Revert "Probe safari codegen bug" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/call_through_getter_test.dart
diff --git a/tests/language/call_through_getter_test.dart b/tests/language/call_through_getter_test.dart
index 4aeb88799ce5e7a922fa791413a7d244975c7ecb..79ad94eff340662643a1e663bbe46b118cff63cd 100644
--- a/tests/language/call_through_getter_test.dart
+++ b/tests/language/call_through_getter_test.dart
@@ -146,7 +146,7 @@ class A {
class B {
- B() { _order = new StringBuffer(""); }
+ B() : _order = new StringBuffer("") { }
get g0 { _mark('g'); return () { return _mark('f'); }; }
get g1 { _mark('g'); return (x) { return _mark('f'); }; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698