diff options
| author | ruki <[email protected]> | 2026-04-08 00:46:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-04-08 00:46:54 +0800 |
| commit | 642adc138d7c3dee097328b27c327e5c34fccf00 (patch) | |
| tree | 1d2d4ac2d58fef2eb1f9c327b18a344024809607 /tests/projects/c++/modules/test_xmake_test_stdmodules.lua | |
| parent | ad2ec59e16d975d0fae054649ad360fe85031012 (diff) | |
improve versions in c++ modules tests
Diffstat (limited to 'tests/projects/c++/modules/test_xmake_test_stdmodules.lua')
| -rw-r--r-- | tests/projects/c++/modules/test_xmake_test_stdmodules.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/projects/c++/modules/test_xmake_test_stdmodules.lua b/tests/projects/c++/modules/test_xmake_test_stdmodules.lua index 0e95de5bd..ab28eaf86 100644 --- a/tests/projects/c++/modules/test_xmake_test_stdmodules.lua +++ b/tests/projects/c++/modules/test_xmake_test_stdmodules.lua @@ -1,9 +1,9 @@ inherit("test_base") import("utils.ci.is_running", {alias = "ci_is_running"}) -CLANG_MIN_VER = "19" -GCC_MIN_VER = "15" -MSVC_MIN_VER = "14.35" +local CLANG_MIN_VER = "19" +local GCC_MIN_VER = "15" +local MSVC_MIN_VER = "14.35" function run_xmake_test(...) local flags = "" |
