Skip to content

Commit 0113150

Browse files
committed
Fix build failing from missing cast
1 parent 2098d0c commit 0113150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/joltc-sys/tests/framework

crates/joltc-sys/tests/framework/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub fn run_test<S: SmokeTest>() {
160160
delta_time,
161161
collision_steps,
162162
temp_allocator,
163-
job_system,
163+
job_system.cast::<JPC_JobSystem>(),
164164
);
165165

166166
if !test.post_update(physics_system) {

0 commit comments

Comments
 (0)