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..04147a93587ad0dff745c4601a8a6b62f95d98b2 100644 |
--- a/tests/lib/mirrors/invoke_call_through_getter_test.dart |
+++ b/tests/lib/mirrors/invoke_call_through_getter_test.dart |
@@ -130,10 +130,12 @@ testLibraryReflective() { |
} |
main() { |
- testInstanceBase(); |
+ // Multitest so we exerice the paths where are and are not previously accessed |
floitsch
2014/03/13 12:06:43
exercise
|
+ // at the base level. |
+ testInstanceBase(); /// 01: ok |
testInstanceReflective(); |
- testClassBase(); |
+ testClassBase(); /// 01: ok |
testClassReflective(); |
- testLibraryBase(); |
+ testLibraryBase(); /// 01: ok |
testLibraryReflective(); |
} |