Unverified Commit 43a8a190 authored by sjindel-google's avatar sjindel-google Committed by GitHub

Fix erroneous comments referring to blobs snapshots. (#41378)

parent 9efaa784
......@@ -236,7 +236,7 @@ Future<void> main() async {
return TaskResult.failure('Failed to build app-demo-release-unsigned.apk');
}
section('Verify AOT blobs in app-demo-release-unsigned.apk');
section('Verify AOT ELF in app-demo-release-unsigned.apk');
checkCollectionContains<String>(<String>[
...flutterAssets,
......@@ -274,7 +274,7 @@ Future<void> main() async {
return TaskResult.failure('Failed to build app-demo-prod-unsigned.apk');
}
section('Verify AOT blobs in app-demo-prod-unsigned.apk');
section('Verify AOT ELF in app-demo-prod-unsigned.apk');
checkCollectionContains<String>(<String>[
...flutterAssets,
......
......@@ -342,7 +342,6 @@ class CompileTest {
}
static Future<Map<String, dynamic>> _compileAot() async {
// Generate blobs instead of assembly.
await flutter('clean');
final Stopwatch watch = Stopwatch()..start();
final List<String> options = <String>[
......
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