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

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

Issue 19391004: Implement reflective access to static methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 7 years, 5 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') | dart/tests/lib/lib.status » ('j') | 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 666afeb8f31b698b33d4a7b6bbb453701a3730bb..0a11b017392d22902ce4f7b7ce7506d9184b5b5f 100644
--- a/dart/tests/compiler/dart2js/no_constructor_body_test.dart
+++ b/dart/tests/compiler/dart2js/no_constructor_body_test.dart
@@ -19,5 +19,5 @@ main() {
main() {
String generated = compileAll(TEST);
Expect.isTrue(
- generated.contains('A: {"": "Object;"}'));
+ generated.contains('A: {"": "Object;", static:'));
}
« no previous file with comments | « dart/tests/compiler/dart2js/class_codegen_test.dart ('k') | dart/tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698