Skip to content

Commit

Permalink
Fix breaking tests due to changes to bad ioctl
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Jul 8, 2017
1 parent 459bc95 commit a3e5445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sys/test_ioctl.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![allow(dead_code)]

// Simple tests to ensure macro generated fns compile
ioctl!(do_bad with 0x1234);
ioctl!(bad do_bad 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);
Expand Down

0 comments on commit a3e5445

Please sign in to comment.