diff options
Diffstat (limited to 'test/sys')
-rw-r--r-- | test/sys/test_ioctl.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sys/test_ioctl.rs b/test/sys/test_ioctl.rs index 8a5b8a12..c0ae078a 100644 --- a/test/sys/test_ioctl.rs +++ b/test/sys/test_ioctl.rs @@ -2,6 +2,7 @@ // Simple tests to ensure macro generated fns compile ioctl!(bad do_bad with 0x1234); +ioctl!(bad none do_bad_none with 0x1234); ioctl!(none do_none with 0, 0); ioctl!(read read_test with 0, 0; u32); ioctl!(write write_test with 0, 0; u64); |