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

Unified Diff: dart/tests/compiler/dart2js/class_codegen_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
Index: dart/tests/compiler/dart2js/class_codegen_test.dart
diff --git a/dart/tests/compiler/dart2js/class_codegen_test.dart b/dart/tests/compiler/dart2js/class_codegen_test.dart
index 24d8c63411cdb8b4755c80a1d108803f2ddfa5d6..b4e72c1996424bdc3a07ae9bbe0c5ac6071e8aa4 100644
--- a/dart/tests/compiler/dart2js/class_codegen_test.dart
+++ b/dart/tests/compiler/dart2js/class_codegen_test.dart
@@ -81,7 +81,7 @@ subClass() {
fieldTest() {
String generated = compileAll(TEST_FOUR);
- Expect.isTrue(generated.contains(r"""B: {"": "A;y,z,x"}"""));
+ Expect.isTrue(generated.contains(r"""B: {"": "A;y,z,x", static:"""));
}
constructor1() {
« no previous file with comments | « dart/sdk/lib/_internal/lib/js_mirrors.dart ('k') | dart/tests/compiler/dart2js/no_constructor_body_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698