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

This commit is contained in:
sjindel-google 2019-11-21 12:09:43 +01:00 committed by GitHub
parent 9efaa784ad
commit 43a8a1902e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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,

View File

@ -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>[