Change typo profileDemos to restDemos (#64364)

This commit is contained in:
Yuqian Li 2020-08-21 15:36:04 -07:00 committed by GitHub
parent 53e25a61c9
commit 6f0ea92709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,7 @@ void main([List<String> args = const <String>[]]) {
// Execute the remaining tests.
if (hybrid) {
await driver.requestData('profileDemos');
await driver.requestData('restDemos');
} else {
final Set<String> unprofiledDemos = Set<String>.from(_allDemos)..removeAll(kProfiledDemos);
await runDemos(unprofiledDemos.toList(), driver);