Unverified Commit 92052857 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Uncomment build_ios_framework_module_test tmp cleanup (#70963)

parent 1efb3603
...@@ -54,7 +54,7 @@ Future<void> main() async { ...@@ -54,7 +54,7 @@ Future<void> main() async {
} catch (e) { } catch (e) {
return TaskResult.failure(e.toString()); return TaskResult.failure(e.toString());
} finally { } finally {
// rmTree(tempDir); rmTree(tempDir);
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment