()
| 676 | |
| 677 | #[test] |
| 678 | fn test_into_inner() { |
| 679 | let buffer = with_writer(|writer| { |
| 680 | writer.write_all(b"test").unwrap(); |
| 681 | }); |
| 682 | assert_eq!(buffer, b"test"); |
| 683 | } |
| 684 | |
| 685 | // ------------------------------------------------------------------------ |
| 686 | // VertexBuffer output_line Tests |
nothing calls this directly
no test coverage detected