mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
This reverts commit 0f69f8e53b
.
This commit is contained in:
parent
0f69f8e53b
commit
8262f808ba
@ -477,10 +477,6 @@ class StartupTest {
|
||||
'--profile',
|
||||
]);
|
||||
applicationBinaryPath = '$testDirectory/build/ios/iphoneos/Runner.app';
|
||||
// TODO(jonahwilliams): fix this lookup to use a machine mode.
|
||||
if (!File(applicationBinaryPath).existsSync()) {
|
||||
applicationBinaryPath = '"$testDirectory/build/ios/iphoneos/Flutter Gallery.app"';
|
||||
}
|
||||
break;
|
||||
case DeviceOperatingSystem.fuchsia:
|
||||
case DeviceOperatingSystem.fake:
|
||||
|
Loading…
Reference in New Issue
Block a user