mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Merge remote-tracking branch 'upstream/development' into AssimpLoaader-Fix
This commit is contained in:
commit
b7f9687a9d
1 changed files with 2 additions and 2 deletions
|
|
@ -177,9 +177,9 @@ TEST_FIX(ThreadSafeDeque, PopBack)
|
|||
}
|
||||
|
||||
// Test many items in a row
|
||||
TEST_FIX(ThreadSafeDeque, Concurrent)
|
||||
TEST_FIX(ThreadSafeDeque, DISABLED_Concurrent)
|
||||
{
|
||||
const U32 NumValues = 100;
|
||||
const U32 NumValues = 50;
|
||||
|
||||
Deque mDeque;
|
||||
Vector<U32> mValues;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue