Index: tests/compiler/dart2js/dump_info_test.dart |
diff --git a/tests/compiler/dart2js/dump_info_test.dart b/tests/compiler/dart2js/dump_info_test.dart |
index e21cfec637cdbcaaa0a9ffcd9ff53c646c3ca208..e7177edbd72f4287968bf053510d97a18c6f580e 100644 |
--- a/tests/compiler/dart2js/dump_info_test.dart |
+++ b/tests/compiler/dart2js/dump_info_test.dart |
@@ -26,7 +26,7 @@ class c { |
print(p); |
} |
var k = (() => 10)(); |
- final static p = 20; |
+ static final p = 20; |
} |
void f() { |