Index: pkg/analysis_server/test/services/correction/fix_test.dart |
diff --git a/pkg/analysis_server/test/services/correction/fix_test.dart b/pkg/analysis_server/test/services/correction/fix_test.dart |
index 853a4488837dafc316da747af9ec0f5dcc30426f..765db948b13ae0bf63a8a4be2c1a94b4e3523494 100644 |
--- a/pkg/analysis_server/test/services/correction/fix_test.dart |
+++ b/pkg/analysis_server/test/services/correction/fix_test.dart |
@@ -4332,7 +4332,7 @@ class A { |
'''); |
} |
- test_undefinedMethod_create_BAD_inSDK() async { |
+ solo_test_undefinedMethod_create_BAD_inSDK() async { |
Paul Berry
2016/03/04 16:36:07
Un-do this change before committing.
scheglov
2016/03/04 17:15:19
Done.
|
resolveTestUnit(''' |
main() { |
List.foo(); |