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

Unified Diff: pkg/analysis_server/test/integration/analysis/update_options_test.dart

Issue 2717523003: Update the statuses of various analysis server integration tests. (Closed)
Patch Set: move comments Created 3 years, 10 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/integration/analysis/update_options_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/update_options_test.dart b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
index af625385c5aa7b33fb0f8ecea916f2ccb290db8d..15ed63a58fd6c36a0d8222acf834064522b96dd3 100644
--- a/pkg/analysis_server/test/integration/analysis/update_options_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
@@ -16,10 +16,10 @@ main() {
@reflectiveTest
class UpdateOptionsTest extends AbstractAnalysisServerIntegrationTest {
- // We fail after the first analysis.updateOptions - we should not see a hint
- // for the unused import (#28800).
@failingTest
test_options() async {
+ // We fail after the first analysis.updateOptions - we should not see a hint
+ // for the unused import (#28800).
String pathname = sourcePath('test.dart');
writeFile(
pathname,

Powered by Google App Engine
This is Rietveld 408576698