mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-28 18:31:40 +00:00
Fix disabled convenience test for unit testing DXBC
This commit is contained in:
@@ -1974,7 +1974,7 @@ TEST_CASE("DO NOT COMMIT - convenience test", "[dxbc]")
|
||||
bytebuf buf;
|
||||
FileIO::ReadAll("/path/to/container_file.dxbc", buf);
|
||||
|
||||
DXBC::DXBCContainer container(buf.data(), buf.size());
|
||||
DXBC::DXBCContainer container(buf, rdcstr());
|
||||
|
||||
// the only thing fetched lazily is the disassembly, so grab that here
|
||||
|
||||
|
||||
Reference in New Issue
Block a user