Fix a breakage caused by the test being unskipped. (#158335)
https://github.com/flutter/flutter/pull/158204 collided with https://github.com/flutter/flutter/pull/157462. Fortunately the change is 1-line in 1-test.
This commit is contained in:
parent
eff34e2b4a
commit
3c689ce6b7
@ -364,6 +364,7 @@ void main() {
|
|||||||
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
|
final BuildableIOSApp buildableIOSApp = BuildableIOSApp(flutterProject.ios, 'flutter', 'My Super Awesome App');
|
||||||
|
|
||||||
processManager.addCommand(FakeCommand(command: _xattrArgs(flutterProject)));
|
processManager.addCommand(FakeCommand(command: _xattrArgs(flutterProject)));
|
||||||
|
processManager.addCommand(const FakeCommand(command: kCheckDartPubDeps));
|
||||||
// The first xcrun call should fail with a
|
// The first xcrun call should fail with a
|
||||||
// concurrent build exception.
|
// concurrent build exception.
|
||||||
processManager.addCommand(
|
processManager.addCommand(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user