Rephrase null safety mode (#74306)
This commit is contained in:
parent
118f61230a
commit
914c9aa304
@ -67,7 +67,7 @@ abstract class BuildSubCommand extends FlutterCommand {
|
|||||||
globals.printStatus('💪 Building with sound null safety 💪', emphasis: true);
|
globals.printStatus('💪 Building with sound null safety 💪', emphasis: true);
|
||||||
} else {
|
} else {
|
||||||
globals.printStatus(
|
globals.printStatus(
|
||||||
'Building with unsound null safety',
|
'Building without sound null safety',
|
||||||
emphasis: true,
|
emphasis: true,
|
||||||
);
|
);
|
||||||
globals.printStatus(
|
globals.printStatus(
|
||||||
|
@ -67,7 +67,7 @@ void main() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
FakeBuildSubCommand().test(unsound);
|
FakeBuildSubCommand().test(unsound);
|
||||||
expect(testLogger.statusText, contains('Building with unsound null safety'));
|
expect(testLogger.statusText, contains('Building without sound null safety'));
|
||||||
|
|
||||||
testLogger.clear();
|
testLogger.clear();
|
||||||
FakeBuildSubCommand().test(sound);
|
FakeBuildSubCommand().test(sound);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user