diff options
author | 2017-02-05 13:56:35 +0100 | |
---|---|---|
committer | 2017-02-05 13:56:35 +0100 | |
commit | 1607745432f50099711d7aee355111111e66ff51 (patch) | |
tree | c4eaec8008f6e0283ca652cdffb55a34eca9b9bb /3rdparty/bx/tests/misc_test.cpp | |
parent | 193e8c8a89a4be5c63909cdbbcca4d9d6f8fee02 (diff) |
Update BGFX and BX (nw)
Diffstat (limited to '3rdparty/bx/tests/misc_test.cpp')
-rw-r--r-- | 3rdparty/bx/tests/misc_test.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/3rdparty/bx/tests/misc_test.cpp b/3rdparty/bx/tests/misc_test.cpp deleted file mode 100644 index aec1067a022..00000000000 --- a/3rdparty/bx/tests/misc_test.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "test.h" -#include <bx/os.h> - -TEST(getProcessMemoryUsed) -{ - CHECK(0 != bx::getProcessMemoryUsed() ); -// DBG("bx::getProcessMemoryUsed %d", bx::getProcessMemoryUsed() ); -} |