Test for std::chrono and std::unique_ptr.

This commit is contained in:
Michael Müller
2022-07-04 14:43:48 +02:00
parent 9c4a683b33
commit 95faab73fa

View File

@@ -38,7 +38,7 @@ struct Cpu_burn : Thread
while (true) {
_block.block();
while (!_stop) { }
while (!_stop) { }
_stop = false;
}