summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/tests/handle_bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bx/tests/handle_bench.cpp')
-rw-r--r--3rdparty/bx/tests/handle_bench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bx/tests/handle_bench.cpp b/3rdparty/bx/tests/handle_bench.cpp
index e8d8bee11cf..e5bd3007233 100644
--- a/3rdparty/bx/tests/handle_bench.cpp
+++ b/3rdparty/bx/tests/handle_bench.cpp
@@ -106,5 +106,5 @@ int main()
extern void simd_bench();
simd_bench();
- return EXIT_SUCCESS;
+ return bx::kExitSuccess;
}