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

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

Issue 10898030: Put "super" in quotes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase. 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 | « dart/tests/compiler/dart2js/class_codegen_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/no_constructor_body_test.dart
diff --git a/dart/tests/compiler/dart2js/no_constructor_body_test.dart b/dart/tests/compiler/dart2js/no_constructor_body_test.dart
index 11dc554f4665fcee90149251c8c28662f1d979ed..e88984246d620928d45afac274ef1a9da6c87b3e 100644
--- a/dart/tests/compiler/dart2js/no_constructor_body_test.dart
+++ b/dart/tests/compiler/dart2js/no_constructor_body_test.dart
@@ -17,5 +17,6 @@ main() {
main() {
String generated = compileAll(TEST);
- Expect.isTrue(generated.contains('\$.A = {"":\n [],\n super: "Object"\n};'));
+ Expect.isTrue(
+ generated.contains('\$.A = {"":\n [],\n "super": "Object"\n};'));
}
« no previous file with comments | « dart/tests/compiler/dart2js/class_codegen_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698