mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Remove pritnln from parse::test::test (#941)
This commit is contained in:
parent
570203945c
commit
54fd1500e1
@ -399,6 +399,6 @@ mod test {
|
||||
#[test]
|
||||
fn test() {
|
||||
let data = include_bytes!("../tests/frag.spv");
|
||||
println!("{:#?}", parse::parse_spirv(data).unwrap());
|
||||
parse::parse_spirv(data).unwrap();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user