diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/windows/windows_links/xmake.lua | 2 |
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")
|
