Skip to content

Commit 43c51e9

Browse files
committed
Remove unnecessary assert
1 parent 17c6eae commit 43c51e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/miri/tests/fail/shims/callconv_mismatch.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ fn main() {
77
let mut fds = [-1, -1];
88
let res = unsafe { pipe(fds.as_mut_ptr()) };
99
//~^ ERROR: calling a function with calling convention C using caller calling convention Rust
10-
assert_eq!(res, 0);
1110
}

0 commit comments

Comments
 (0)