Unverified Commit 6f0ea927 authored by Yuqian Li's avatar Yuqian Li Committed by GitHub

Change typo profileDemos to restDemos (#64364)

parent 53e25a61
......@@ -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);
......
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