summaryrefslogtreecommitdiff
path: root/tools/gfx-unit-test/link-time-constant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx-unit-test/link-time-constant.cpp')
-rw-r--r--tools/gfx-unit-test/link-time-constant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/link-time-constant.cpp b/tools/gfx-unit-test/link-time-constant.cpp
index 58b39a204..a80a23c0c 100644
--- a/tools/gfx-unit-test/link-time-constant.cpp
+++ b/tools/gfx-unit-test/link-time-constant.cpp
@@ -79,7 +79,7 @@ namespace gfx_test
R"(
export static const bool turnOnFeature = true;
export static const float constValue = 2.0;
- export static const int numthread = 2;
+ export static const uint numthread = 2;
export static const int arraySize = 4;
)"));