Index: pkg/analyzer/test/src/context/context_test.dart |
diff --git a/pkg/analyzer/test/src/context/context_test.dart b/pkg/analyzer/test/src/context/context_test.dart |
index 06041b7887948a3b23dd5a3ef3dbbf4b1949c5d0..d5bbb16793e18438e28ad2d54f6b21031bef14c4 100644 |
--- a/pkg/analyzer/test/src/context/context_test.dart |
+++ b/pkg/analyzer/test/src/context/context_test.dart |
@@ -487,7 +487,7 @@ part of lib; |
expect(librariesWithPart, unorderedEquals([libSource])); |
} |
- void fail_performAnalysisTask_changeLibraryContents() { |
+ void test_performAnalysisTask_changeLibraryContents() { |
Source libSource = |
addSource("/test.dart", "library lib; part 'test-part.dart';"); |
Source partSource = addSource("/test-part.dart", "part of lib;"); |
@@ -522,7 +522,7 @@ part of lib; |
reason: "part resolved 3"); |
} |
- void fail_performAnalysisTask_changeLibraryThenPartContents() { |
+ void test_performAnalysisTask_changeLibraryThenPartContents() { |
Source libSource = |
addSource("/test.dart", "library lib; part 'test-part.dart';"); |
Source partSource = addSource("/test-part.dart", "part of lib;"); |