Fix disabled convenience test for unit testing DXBC

This commit is contained in:
baldurk
2020-09-15 11:23:34 +01:00
parent c8fcdbae05
commit 4ec6281856
@@ -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