Skip to content

Commit a3e5445

Browse files
committed
Fix breaking tests due to changes to bad ioctl
1 parent 459bc95 commit a3e5445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sys/test_ioctl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![allow(dead_code)]
22

33
// Simple tests to ensure macro generated fns compile
4-
ioctl!(do_bad with 0x1234);
4+
ioctl!(bad do_bad with 0x1234);
55
ioctl!(none do_none with 0, 0);
66
ioctl!(read read_test with 0, 0; u32);
77
ioctl!(write write_test with 0, 0; u64);

0 commit comments

Comments
 (0)