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

Unified Diff: tests/language/super_call3_test.dart

Issue 10837359: Language tests updated to use const instead of final. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments 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
« no previous file with comments | « tests/language/string_interpolation_test.dart ('k') | tests/language/top_level_file2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/super_call3_test.dart
diff --git a/tests/language/super_call3_test.dart b/tests/language/super_call3_test.dart
index 70e0d2ea7a3c1cc18230fbfb6ee76f846035c47c..178f4f808977d3aecb8f1d1659831c352e93ace1 100644
--- a/tests/language/super_call3_test.dart
+++ b/tests/language/super_call3_test.dart
@@ -40,4 +40,4 @@ main() {
Expect.equals(499, new D().foo);
Expect.equals(499, new D2().foo);
Expect.equals(499, new D2.named().foo);
-}
+}
« no previous file with comments | « tests/language/string_interpolation_test.dart ('k') | tests/language/top_level_file2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698