summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2026-02-07 00:52:20 +0800
committerruki <[email protected]>2026-02-07 00:52:20 +0800
commit791292f2ee65a4ca8566c3e7a38cbcbf965ddd08 (patch)
treeb3d1bd6944c3e704828d904a0698fb8e44bf328d /tests
parent6007059c47a51d5847772fb68e357e4869ba85b3 (diff)
improve run policy and missing dll
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/windows/windows_links/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/windows/windows_links/xmake.lua b/tests/projects/windows/windows_links/xmake.lua
index dcb7e4e2c..57ae03712 100644
--- a/tests/projects/windows/windows_links/xmake.lua
+++ b/tests/projects/windows/windows_links/xmake.lua
@@ -1,6 +1,6 @@
add_rules("mode.debug", "mode.release")
-set_policy("run.gui_error_dialogs", true)
+set_policy("run.windows_error_dialog", true)
target("foo")
set_kind("shared")