Moved async packet queue test and commented it out.

This commit is contained in:
Daniel Buckmaster 2014-09-28 19:08:43 +10:00
parent 87c4c5c790
commit b173e5571c
3 changed files with 4 additions and 1 deletions

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
//-----------------------------------------------------------------------------
/*
#include "unit/test.h"
#include "platform/async/asyncPacketQueue.h"
#include "console/console.h"
@ -149,3 +149,4 @@ CreateUnitTest( TestAsyncPacketQueue, "Platform/AsyncPacketQueue" )
};
#endif // !TORQUE_SHIPPING
*/