Chromium Code Reviews| Index: tests/lib/mirrors/invoke_call_through_getter_test.dart |
| diff --git a/tests/lib/mirrors/invoke_call_through_getter_test.dart b/tests/lib/mirrors/invoke_call_through_getter_test.dart |
| index 71dca685971d1aa2a189395bb5eb7b34ac2ebb51..a4afdd6599f04162e4da0d738ad0e96d1dd08798 100644 |
| --- a/tests/lib/mirrors/invoke_call_through_getter_test.dart |
| +++ b/tests/lib/mirrors/invoke_call_through_getter_test.dart |
| @@ -130,10 +130,11 @@ testLibraryReflective() { |
| } |
| main() { |
| - testInstanceBase(); |
| + // Do not access the getters/closures at the base level in this variant. |
| + //testInstanceBase(); |
| testInstanceReflective(); |
| - testClassBase(); |
| + //testClassBase(); |
| testClassReflective(); |
| - testLibraryBase(); |
| + //testLibraryBase(); |
| testLibraryReflective(); |
| } |