From 2ea5d2a9f0cd252d48bb6a4f8dcc29b5d1e7733b Mon Sep 17 00:00:00 2001 From: Mouad Debbar Date: Thu, 15 Sep 2022 12:24:27 -0400 Subject: [PATCH] [web] Compile tests with sound null safety (flutter/engine#36169) --- engine/src/flutter/lib/web_ui/dev/steps/compile_tests_step.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/lib/web_ui/dev/steps/compile_tests_step.dart b/engine/src/flutter/lib/web_ui/dev/steps/compile_tests_step.dart index 2cc2d22fea9..23cb165cd49 100644 --- a/engine/src/flutter/lib/web_ui/dev/steps/compile_tests_step.dart +++ b/engine/src/flutter/lib/web_ui/dev/steps/compile_tests_step.dart @@ -285,7 +285,6 @@ Future compileUnitTest(FilePath input, {required bool forCanvasKit, requir '--no-minify', '--disable-inlining', '--enable-asserts', - '--no-sound-null-safety', // We do not want to auto-select a renderer in tests. As of today, tests // are designed to run in one specific mode. So instead, we specify the