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

Unified Diff: dart/tests/language/top_level_prefixed_declaration_test.dart

Issue 10829416: Update language tests to new getter syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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: dart/tests/language/top_level_prefixed_declaration_test.dart
diff --git a/dart/tests/language/top_level_prefixed_declaration_test.dart b/dart/tests/language/top_level_prefixed_declaration_test.dart
index 3508690bb6d14c0e786d6f08567949e629d70381..4795beab881e7d450473c74c20068b4d4db497b0 100644
--- a/dart/tests/language/top_level_prefixed_declaration_test.dart
+++ b/dart/tests/language/top_level_prefixed_declaration_test.dart
@@ -11,7 +11,7 @@ lib11.Library11 variable = null;
lib11.Library11 function() => null;
-lib11.Library11 get getter() => null;
+lib11.Library11 get getter => null;
main() {
Expect.isTrue(variable == null);
« no previous file with comments | « dart/tests/language/top_level_in_initializer_test.dart ('k') | dart/tests/language/type_variable_scope_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698