Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshia001 authored and theduke committed May 7, 2024
1 parent 3d26458 commit 7fb9b44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/journal/src/concrete/log_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ mod tests {
stack_lower: 1024,
guard_size: 16,
stack_size: 1024,
tls_base: 16,
tls_size: 32,
},
start: wasmer_wasix_types::wasix::ThreadStartType::MainThread,
})
Expand Down Expand Up @@ -374,6 +376,8 @@ mod tests {
stack_lower: 1024,
guard_size: 16,
stack_size: 1024,
tls_base: 16,
tls_size: 32,
},
start: wasmer_wasix_types::wasix::ThreadStartType::MainThread,
})
Expand Down Expand Up @@ -424,6 +428,8 @@ mod tests {
stack_lower: 1024,
guard_size: 16,
stack_size: 1024,
tls_base: 16,
tls_size: 32,
},
start: wasmer_wasix_types::wasix::ThreadStartType::MainThread,
})
Expand Down Expand Up @@ -471,6 +477,8 @@ mod tests {
stack_lower: 1024,
guard_size: 16,
stack_size: 1024,
tls_base: 16,
tls_size: 32,
},
start: wasmer_wasix_types::wasix::ThreadStartType::MainThread,
})
Expand Down
2 changes: 2 additions & 0 deletions lib/journal/src/concrete/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ pub fn test_record_set_thread() {
stack_lower: 1024,
guard_size: 16,
stack_size: 1024,
tls_base: 16,
tls_size: 32,
},
start: wasmer_wasix_types::wasix::ThreadStartType::MainThread,
});
Expand Down

0 comments on commit 7fb9b44

Please sign in to comment.