File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,7 @@ class RecordTest extends DartdocTestBase {
22
22
String get libraryName => 'records' ;
23
23
24
24
@override
25
- String get sdkConstraint => '>=2.19.0-0 <4.0.0' ;
26
-
27
- @override
28
- List <String > get experiments => ['records' ];
25
+ String get sdkConstraint => '>=3.0.0 <4.0.0' ;
29
26
30
27
void test_noFields () async {
31
28
var library = await bootPackageWithLibrary ('''
Original file line number Diff line number Diff line change @@ -24,10 +24,7 @@ class TypedefTest extends DartdocTestBase {
24
24
String get libraryName => 'typedefs' ;
25
25
26
26
@override
27
- String get sdkConstraint => '>=2.19.0-0 <3.0.0' ;
28
-
29
- @override
30
- List <String > get experiments => ['records' ];
27
+ String get sdkConstraint => '>=3.0.0 <4.0.0' ;
31
28
32
29
void test_basicFunctionTypedef () async {
33
30
var library = await bootPackageWithLibrary ('''
You can’t perform that action at this time.
0 commit comments