File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
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
55@TestOn ('vm' )
6- import 'package:build/experiments.dart' ;
76import 'package:json_serializable/json_serializable.dart' ;
87import 'package:path/path.dart' as p;
98import 'package:source_gen_test/source_gen_test.dart' ;
109import 'package:test/test.dart' ;
1110
1211Future <void > main () async {
1312 initializeBuildLogTracking ();
14- final reader = await withEnabledExperiments (
15- () => initializeLibraryReaderForDirectory (
16- p.join ('test' , 'src' ),
17- '_json_serializable_test_input.dart' ,
18- ),
19- ['non-nullable' ],
13+ final reader = await initializeLibraryReaderForDirectory (
14+ p.join ('test' , 'src' ),
15+ '_json_serializable_test_input.dart' ,
2016 );
2117
2218 testAnnotatedElements (
You can’t perform that action at this time.
0 commit comments