Fix erroneous comments referring to blobs snapshots. (#41378)
This commit is contained in:
parent
9efaa784ad
commit
43a8a1902e
@ -236,7 +236,7 @@ Future<void> main() async {
|
|||||||
return TaskResult.failure('Failed to build app-demo-release-unsigned.apk');
|
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>[
|
checkCollectionContains<String>(<String>[
|
||||||
...flutterAssets,
|
...flutterAssets,
|
||||||
@ -274,7 +274,7 @@ Future<void> main() async {
|
|||||||
return TaskResult.failure('Failed to build app-demo-prod-unsigned.apk');
|
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>[
|
checkCollectionContains<String>(<String>[
|
||||||
...flutterAssets,
|
...flutterAssets,
|
||||||
|
@ -342,7 +342,6 @@ class CompileTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Future<Map<String, dynamic>> _compileAot() async {
|
static Future<Map<String, dynamic>> _compileAot() async {
|
||||||
// Generate blobs instead of assembly.
|
|
||||||
await flutter('clean');
|
await flutter('clean');
|
||||||
final Stopwatch watch = Stopwatch()..start();
|
final Stopwatch watch = Stopwatch()..start();
|
||||||
final List<String> options = <String>[
|
final List<String> options = <String>[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user