mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Fix test
This commit is contained in:
parent
3836c318dd
commit
deb9380c56
@ -199,7 +199,7 @@ mod test {
|
||||
|
||||
#[test]
|
||||
fn test() {
|
||||
let data = include_bytes!("../examples/example.spv");
|
||||
let data = include_bytes!("../tests/frag.spv");
|
||||
println!("{:#?}", parse::parse_spirv(data).unwrap());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user