From 4df7887f9e158ba0d5e3224c369459521a136bce Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 12 Apr 2024 06:59:21 -0700 Subject: Add missing astBuilder setting in `ComponentType::tryFoldIntVal`. (#3934) --- tools/gfx-unit-test/link-time-constant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gfx-unit-test/link-time-constant.cpp') 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; )")); -- cgit v1.2.3