File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ class TestCompiler {
116
116
buildMode: buildInfo.mode,
117
117
trackWidgetCreation: buildInfo.trackWidgetCreation,
118
118
initializeFromDill: testFilePath,
119
- unsafePackageSerialization: false ,
120
119
dartDefines: buildInfo.dartDefines,
121
120
packagesPath: buildInfo.packagesPath,
122
121
extraFrontEndOptions: buildInfo.extraFrontEndOptions,
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ void main() {
87
87
final WindowsStdoutLogger logger = WindowsStdoutLogger (
88
88
outputPreferences: OutputPreferences .test (),
89
89
stdio: stdio,
90
- terminal: Terminal .test (supportsColor : false , supportsEmoji : false ),
90
+ terminal: Terminal .test (),
91
91
);
92
92
93
93
logger.printStatus ('🔥🖼️✗✓🔨💪✏️' );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ void main() {
33
33
final String ? oldRoot = Cache .flutterRoot;
34
34
final Directory tempDir = fileSystem.systemTempDirectory.createTempSync ('cache_test.' );
35
35
final BufferLogger logger = BufferLogger (
36
- terminal: Terminal .test (supportsColor : false , supportsEmoji : false ),
36
+ terminal: Terminal .test (),
37
37
outputPreferences: OutputPreferences (),
38
38
);
39
39
logger.fatalWarnings = true ;
@@ -114,7 +114,7 @@ Future<void> main(List<String> args) async {
114
114
final String ? oldRoot = Cache .flutterRoot;
115
115
final Directory tempDir = fileSystem.systemTempDirectory.createTempSync ('cache_test.' );
116
116
final BufferLogger logger = BufferLogger (
117
- terminal: Terminal .test (supportsColor : false , supportsEmoji : false ),
117
+ terminal: Terminal .test (),
118
118
outputPreferences: OutputPreferences (),
119
119
);
120
120
logger.fatalWarnings = true ;
You can’t perform that action at this time.
0 commit comments