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

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

Issue 2864813002: Switch the default from non-driver to driver in several tests (Closed)
Patch Set: Created 3 years, 7 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/sort_members_test.dart
diff --git a/pkg/analysis_server/test/services/correction/sort_members_test.dart b/pkg/analysis_server/test/services/correction/sort_members_test.dart
index 0d272e014761aff54cbe2291bfdeafaece4c8a50..8432f38117d64b237036a0f90b83ffe88b4eaa01 100644
--- a/pkg/analysis_server/test/services/correction/sort_members_test.dart
+++ b/pkg/analysis_server/test/services/correction/sort_members_test.dart
@@ -20,9 +20,6 @@ main() {
@reflectiveTest
class SortMembersTest extends AbstractSingleUnitTest {
- @override
- bool get enableNewAnalysisDriver => true;
-
test_classMembers_accessor() async {
await _parseTestUnit(r'''
class A {

Powered by Google App Engine
This is Rietveld 408576698