summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-06 11:11:15 +0300
committerSaikari <[email protected]>2026-02-06 11:11:15 +0300
commitd49ea464353c5e63c95c77cc97d1827dd3df53ad (patch)
treee7e62c2c19ec8678a08c2854c2c8e421ec44f857 /tests/projects
parentda9078511fa52c95cf7e5aad21deb55b27e64488 (diff)
Resolve comments
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/windows/test_windows_links/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/windows/test_windows_links/xmake.lua b/tests/projects/windows/test_windows_links/xmake.lua
index 2f01a3c88..e856892d3 100644
--- a/tests/projects/windows/test_windows_links/xmake.lua
+++ b/tests/projects/windows/test_windows_links/xmake.lua
@@ -1,6 +1,6 @@
add_rules("mode.debug", "mode.release")
-set_policy("run.gui_error_dialogs", false)
+set_policy("run.gui_error_dialogs", true)
target("foo")
set_kind("shared")