Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: pkg/analyzer/test/src/context/context_test.dart

Issue 1386023002: Resolve ordering issues. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Small fixes Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
Source sourceA = addSource(
"/a.dart",
r'''

Powered by Google App Engine
This is Rietveld 408576698