We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667f478 commit ae72ceaCopy full SHA for ae72cea
packages/flutter_tools/lib/src/test/flutter_platform.dart
@@ -217,7 +217,7 @@ class _FlutterPlatform extends PlatformPlugin {
217
.createTempSync('flutter_bundle_directory');
218
finalizers.add(() async {
219
printTrace('test $ourTestCount: deleting temporary bundle directory');
220
- temporaryDirectory.deleteSync(recursive: true);
+ tempBundleDirectory.deleteSync(recursive: true);
221
});
222
223
// copy 'vm_platform_strong.dill' into 'platform.dill'
0 commit comments