mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +00:00
linker/test: add #[track_caller]
to without_header_eq
.
This commit is contained in:
parent
eea44854a7
commit
fb393a9566
@ -138,6 +138,7 @@ fn assemble_and_link(binaries: &[&[u8]]) -> Result<Module, PrettyString> {
|
||||
.map_err(PrettyString)
|
||||
}
|
||||
|
||||
#[track_caller]
|
||||
fn without_header_eq(mut result: Module, expected: &str) {
|
||||
use rspirv::binary::Disassemble;
|
||||
//use rspirv::binary::Assemble;
|
||||
|
Loading…
Reference in New Issue
Block a user