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

Unified Diff: pkg/analysis_server/test/integration/diagnostic/get_server_port_test.dart

Issue 2820893002: Make the analysis server integration tests driver only. (Closed)
Patch Set: uncomment test code Created 3 years, 8 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/diagnostic/get_server_port_test.dart
diff --git a/pkg/analysis_server/test/integration/diagnostic/get_server_port_test.dart b/pkg/analysis_server/test/integration/diagnostic/get_server_port_test.dart
index 176e483e252b615c1e8c89cd6d683b01d8d0d098..b9d8e5a3c258b8bf5b559dd25633bf9e9925dc02 100644
--- a/pkg/analysis_server/test/integration/diagnostic/get_server_port_test.dart
+++ b/pkg/analysis_server/test/integration/diagnostic/get_server_port_test.dart
@@ -34,7 +34,4 @@ class GetServerPortTest extends AbstractAnalysisServerIntegrationTest {
String responseBody = await UTF8.decodeStream(response);
expect(responseBody, contains('<title>Analysis Server</title>'));
}
-
- @override
- bool get enableNewAnalysisDriver => true;
}

Powered by Google App Engine
This is Rietveld 408576698