Skip to content

Commit f485686

Browse files
authored
Use AOT snapshot of kernel_worker (#2591)
1 parent c0ac219 commit f485686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_common/lib/sdk_asset_generator.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class SdkAssetGenerator {
213213
];
214214

215215
_logger.fine('Executing dart ${args.join(' ')}');
216-
final process = await Process.start(sdkLayout.dartPath, args,
216+
final process = await Process.start(sdkLayout.dartAotRuntimePath, args,
217217
workingDirectory: sdkLayout.sdkDirectory);
218218

219219
final output = <String>[];

0 commit comments

Comments
 (0)