File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
pkg/analyzer/test/src/summary Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55import 'package:analyzer/dart/element/type.dart' ;
6+ import 'package:analyzer/src/dart/analysis/driver.dart' ;
67import 'package:analyzer/src/dart/element/element.dart' ;
78import 'package:analyzer/src/summary/idl.dart' ;
89import 'package:analyzer/src/summary/link.dart' ;
@@ -12,6 +13,7 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
1213import 'test_strategies.dart' ;
1314
1415main () {
16+ if (AnalysisDriver .useSummary2) return ;
1517 defineReflectiveSuite (() {
1618 defineReflectiveTests (LinkerUnitTest );
1719 });
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5+ import 'package:analyzer/src/dart/analysis/driver.dart' ;
56import 'package:test_reflective_loader/test_reflective_loader.dart' ;
67
78import 'element_text.dart' ;
89import 'resynthesize_common.dart' ;
910import 'test_strategies.dart' ;
1011
1112main () {
13+ if (AnalysisDriver .useSummary2) return ;
1214 defineReflectiveSuite (() {
1315 defineReflectiveTests (ApplyCheckElementTextReplacements );
1416 defineReflectiveTests (ResynthesizeAstStrongTest );
You can’t perform that action at this time.
0 commit comments