Skip to content

Commit

Permalink
test on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Feb 16, 2024
1 parent 9805615 commit fe5219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/result/tests/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn from_win32() {

#[test]
fn try_from_int() {
fn call(value: usize) -> Result<u32> {
fn call(value: usize) -> Result<u16> {
Ok(value.try_into()?)
}

Expand Down

0 comments on commit fe5219c

Please sign in to comment.