()
| 1004 | |
| 1005 | #[test] |
| 1006 | fn test_sdl_console_show_cursor() { |
| 1007 | let mut test = SdlTest::default(); |
| 1008 | |
| 1009 | test.console().show_cursor().unwrap(); |
| 1010 | test.console().show_cursor().unwrap(); |
| 1011 | |
| 1012 | test.verify("sdl/src", "sdl-empty"); |
| 1013 | } |
| 1014 | |
| 1015 | #[test] |
| 1016 | fn test_sdl_console_sync() { |
nothing calls this directly
no test coverage detected