We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61d7bb commit 014838dCopy full SHA for 014838d
tests/test_utils/test_build.lua
@@ -4,8 +4,7 @@ function test_build:build(argv)
4
os.exec("xmake f -c -D -y")
5
os.exec("xmake")
6
os.rm("build")
7
- --os.exec("xmake f -c -D -y --policies=compatibility.version:3.0")
8
- os.exec("xmake f -c -D -y --policies=compatibility.version=3.0") -- FIXME
+ os.exec("xmake f -c -D -y --policies=compatibility.version:3.0")
9
os.exec("xmake -r")
10
end
11
0 commit comments