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

Unified Diff: pkg/analyzer/test/src/dart/analysis/driver_test.dart

Issue 2566913002: Remove making added files as changed. (Closed)
Patch Set: Created 4 years 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/dart/analysis/driver.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/src/dart/analysis/driver_test.dart
diff --git a/pkg/analyzer/test/src/dart/analysis/driver_test.dart b/pkg/analyzer/test/src/dart/analysis/driver_test.dart
index 30086bc9a58358309cc2958fb04d607d94dd6ff0..30f87f08b7b8176606813e156a1c851f3454ed08 100644
--- a/pkg/analyzer/test/src/dart/analysis/driver_test.dart
+++ b/pkg/analyzer/test/src/dart/analysis/driver_test.dart
@@ -302,9 +302,9 @@ main() {
await _waitForIdle();
assertNumberOfErrorsInB(0);
- // Change 'b' t have a hint again.
- // Add and remove 'b'.
- // The file must be refreshed, and the hint must be reported.
+ // Change 'b' content so that it has a hint.
+ // Remove 'b' and add it again.
+ // The file 'b' must be refreshed, and the hint must be reported.
provider.newFile(
b,
r'''
« no previous file with comments | « pkg/analyzer/lib/src/dart/analysis/driver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698