mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
90% sure we never actually use this in the manner it's being tested, so seing if remming it makes CI happy...
This commit is contained in:
parent
020754b7b2
commit
3e5ab1f197
|
|
@ -200,7 +200,7 @@ TEST_FIX(ThreadSafeDeque, Concurrent1)
|
|||
|
||||
mValues.clear();
|
||||
};
|
||||
|
||||
/*
|
||||
// Test a few items many times to catch any race-condition in start-up
|
||||
TEST_FIX(ThreadSafeDeque, Concurrent2)
|
||||
{
|
||||
|
|
@ -224,5 +224,5 @@ TEST_FIX(ThreadSafeDeque, Concurrent2)
|
|||
if (::testing::Test::HasFailure()) break;
|
||||
}
|
||||
};
|
||||
|
||||
*/
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue