@@ -37,18 +37,18 @@ final List<BuilderApplication> builders = [
37
37
applyToRoot (nonNull (),
38
38
generateFor: const InputSet (include: const [
39
39
'test/default_value/default_value.dart' ,
40
- 'test/kitchen_sink_test_files /kitchen_sink.dart' ,
40
+ 'test/kitchen_sink /kitchen_sink.dart' ,
41
41
'test/test_files/json_test_example.dart'
42
42
])),
43
43
applyToRoot (checked (),
44
44
generateFor: const InputSet (include: const [
45
- 'test/kitchen_sink_test_files /kitchen_sink.non_nullable.dart' ,
45
+ 'test/kitchen_sink /kitchen_sink.non_nullable.dart' ,
46
46
])),
47
47
applyToRoot (wrapped (),
48
48
generateFor: const InputSet (include: const [
49
49
'test/generic_files/generic_class.dart' ,
50
- 'test/kitchen_sink_test_files /kitchen_sink.dart' ,
51
- 'test/kitchen_sink_test_files /kitchen_sink.non_nullable.dart' ,
50
+ 'test/kitchen_sink /kitchen_sink.dart' ,
51
+ 'test/kitchen_sink /kitchen_sink.non_nullable.dart' ,
52
52
'test/test_files/json_test_example.dart' ,
53
53
'test/test_files/json_test_example.non_nullable.dart' ,
54
54
])),
@@ -67,16 +67,16 @@ final List<BuilderApplication> builders = [
67
67
applyToRoot (_jsonPartBuilder (anyMap: true ),
68
68
generateFor: const InputSet (
69
69
include: const [
70
- 'test/kitchen_sink_test_files /kitchen_sink.dart' ,
71
- 'test/kitchen_sink_test_files /kitchen_sink.non_nullable.dart' ,
72
- 'test/kitchen_sink_test_files /simple_object.dart'
70
+ 'test/kitchen_sink /kitchen_sink.dart' ,
71
+ 'test/kitchen_sink /kitchen_sink.non_nullable.dart' ,
72
+ 'test/kitchen_sink /simple_object.dart'
73
73
],
74
74
)),
75
75
applyToRoot (_jsonPartBuilder (checked: true , anyMap: true ),
76
76
generateFor: const InputSet (
77
77
include: const [
78
- 'test/yaml_test_files /build_config.dart' ,
79
- 'test/kitchen_sink_test_files /kitchen_sink.non_nullable.checked.dart'
78
+ 'test/yaml /build_config.dart' ,
79
+ 'test/kitchen_sink /kitchen_sink.non_nullable.checked.dart'
80
80
],
81
81
)),
82
82
applyToRoot (_jsonPartBuilder (useWrappers: true ),
@@ -89,7 +89,7 @@ final List<BuilderApplication> builders = [
89
89
applyToRoot (_jsonPartBuilder (useWrappers: true , anyMap: true ),
90
90
generateFor: const InputSet (
91
91
include: const [
92
- 'test/kitchen_sink_test_files /kitchen_sink*wrapped.dart' ,
92
+ 'test/kitchen_sink /kitchen_sink*wrapped.dart' ,
93
93
],
94
94
)),
95
95
applyToRoot (testBootstrapBuilder (null ),
0 commit comments