[web] Compile tests with sound null safety (flutter/engine#36169)

This commit is contained in:
Mouad Debbar 2022-09-15 12:24:27 -04:00 committed by GitHub
parent 59c6cda293
commit 2ea5d2a9f0

View File

@ -285,7 +285,6 @@ Future<bool> 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