Fix all of the tests.

This commit is contained in:
David Chisnall
2019-07-05 13:24:28 +01:00
parent 50695d07f8
commit 14b5c57b55
4 changed files with 11 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ int main()
oe_end = (uint8_t*)oe_base + size;
std::cout << "Allocated region " << oe_base << " - " << oe_end << std::endl;
auto a = ThreadAlloc::get();
auto& a = ThreadAlloc::get();
for (size_t i = 0; i < 1000; i++)
{