summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/projects/windows/test_windows_links/src/foo.c (renamed from projects/test_windows_links/src/foo.c)0
-rw-r--r--tests/projects/windows/test_windows_links/src/main.c (renamed from projects/test_windows_links/src/main.c)0
-rw-r--r--tests/projects/windows/test_windows_links/xmake.lua (renamed from projects/test_windows_links/xmake.lua)2
3 files changed, 1 insertions, 1 deletions
diff --git a/projects/test_windows_links/src/foo.c b/tests/projects/windows/test_windows_links/src/foo.c
index b399bc175..b399bc175 100644
--- a/projects/test_windows_links/src/foo.c
+++ b/tests/projects/windows/test_windows_links/src/foo.c
diff --git a/projects/test_windows_links/src/main.c b/tests/projects/windows/test_windows_links/src/main.c
index 8f9578202..8f9578202 100644
--- a/projects/test_windows_links/src/main.c
+++ b/tests/projects/windows/test_windows_links/src/main.c
diff --git a/projects/test_windows_links/xmake.lua b/tests/projects/windows/test_windows_links/xmake.lua
index e856892d3..2f01a3c88 100644
--- a/projects/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", true)
+set_policy("run.gui_error_dialogs", false)
target("foo")
set_kind("shared")