Skip to content

Commit 9609d09

Browse files
committed
Fix parameter.
1 parent 6fdf399 commit 9609d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_common/lib/test_sdk_layout.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class TestSdkLayout {
103103
'snapshots',
104104
'frontend_server_aot.dart.snapshot',
105105
),
106-
dartdevcSnapshotPath: sdkLayout.dartdevcJitSnapshotPath,
106+
dartdevcJitSnapshotPath: sdkLayout.dartdevcJitSnapshotPath,
107107
dartdevcSnapshotPath: sdkLayout.dartdevcSnapshotPath,
108108
kernelWorkerSnapshotPath: p.join(
109109
sdkLayout.sdkDirectory,

0 commit comments

Comments
 (0)