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 0544bf56789d0e1808811cd27d21d7b1d1996e64..433d4dd6a87da73c2d83f26e6122fc4ba0a50c47 100644 |
--- a/pkg/analyzer/test/src/context/context_test.dart |
+++ b/pkg/analyzer/test/src/context/context_test.dart |
@@ -2223,7 +2223,7 @@ class LimitedInvalidateTest extends AbstractContextTest { |
super.tearDown(); |
} |
- void test_noChange_thenChange() { |
+ void fail_noChange_thenChange() { |
Leaf
2015/10/06 00:14:58
This now fails because of the additional dependenc
Brian Wilkerson
2015/10/06 19:04:46
I'd really like to understand what changed to caus
Leaf
2015/10/06 20:30:55
Concretely, it's the extra input dependencies on L
|
Source sourceA = addSource( |
"/a.dart", |
r''' |