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

Unified Diff: pkg/analyzer/test/generated/incremental_resolver_test.dart

Issue 1222433003: Invalidate both hints and lints on incremental resolution. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « pkg/analyzer/lib/src/generated/incremental_resolver.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/incremental_resolver_test.dart
diff --git a/pkg/analyzer/test/generated/incremental_resolver_test.dart b/pkg/analyzer/test/generated/incremental_resolver_test.dart
index 98f6d2376511bfd48a398f31914aec7727da6222..ed41b59a77f1224f3c8284dfc857f203feae9cfc 100644
--- a/pkg/analyzer/test/generated/incremental_resolver_test.dart
+++ b/pkg/analyzer/test/generated/incremental_resolver_test.dart
@@ -2486,7 +2486,7 @@ class IncrementalResolverTest extends ResolverTestCase {
void resetWithOptions(AnalysisOptions options) {
if (AnalysisEngine.instance.useTaskModel) {
analysisContext2 =
- AnalysisContextFactory.contextWithCoreAndOptions(options);
+ AnalysisContextFactory.contextWithCoreAndOptions(options);
} else {
analysisContext2 =
AnalysisContextFactory.oldContextWithCoreAndOptions(options);
@@ -3711,7 +3711,7 @@ class A {
expect(errors, isEmpty);
}
- void test_updateErrors_addNew_hint() {
+ void test_updateErrors_addNew_hint1() {
_resolveUnit(r'''
int main() {
return 42;
@@ -3723,7 +3723,7 @@ int main() {
''');
}
- void test_updateErrors_addNew_hints() {
+ void test_updateErrors_addNew_hint2() {
_resolveUnit(r'''
main() {
int v = 0;
« no previous file with comments | « pkg/analyzer/lib/src/generated/incremental_resolver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698