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

Unified Diff: pkg/analysis_server/test/services/correction/assist_test.dart

Issue 2939723002: Clean up some hints (Closed)
Patch Set: Created 3 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
Index: pkg/analysis_server/test/services/correction/assist_test.dart
diff --git a/pkg/analysis_server/test/services/correction/assist_test.dart b/pkg/analysis_server/test/services/correction/assist_test.dart
index 71233c75f7f1fe0425ccb92563a54be1ed4c9580..3924325c137a8bdc7e0195102707c49387f3c904 100644
--- a/pkg/analysis_server/test/services/correction/assist_test.dart
+++ b/pkg/analysis_server/test/services/correction/assist_test.dart
@@ -512,7 +512,7 @@ main() {
}
''';
// add sources
- Source appSource = addSource('/app.dart', appCode);
+ addSource('/app.dart', appCode);
testSource = addSource('/test.dart', testCode);
// resolve
await resolveTestUnit(testCode);

Powered by Google App Engine
This is Rietveld 408576698