Commit 6dca2475 authored by Davis King's avatar Davis King

Added a spinner to part of a test.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403202
parent e1b3a927
...@@ -104,7 +104,10 @@ namespace ...@@ -104,7 +104,10 @@ namespace
for (int i = 0; i < 0x3FFFF; ++i) for (int i = 0; i < 0x3FFFF; ++i)
{ {
if ((i&0xFFF) == 0) if ((i&0xFFF) == 0)
{
print_spinner();
dlib::sleep(10); dlib::sleep(10);
}
// if this isn't equal to num then there is a problem with the thread specific data stuff // if this isn't equal to num then there is a problem with the thread specific data stuff
if (tsd.data() != num) if (tsd.data() != num)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment