summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-10 22:32:48 +0800
committerruki <[email protected]>2025-09-10 21:52:30 +0800
commitc54be3773f1723268a1b0abbd65f38a8ac8b95f4 (patch)
tree642b888c63b0401c1ac379638a305af9b2751a9c /tests
parenta0cc61b1894a427731beebbb2f3d2005895c212c (diff)
improve detectcache save
Diffstat (limited to 'tests')
-rw-r--r--tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua
index bb2d955a5..629f25c12 100644
--- a/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua
+++ b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua
@@ -60,7 +60,6 @@ function _check_from_arglist(flags, opt, islinker)
end
end
detectcache:set2(key, flagskey, allflags)
- detectcache:save()
end
local flag = flags[1]
return allflags[flag]