Skip to content

Commit

Permalink
use 194
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 24, 2024
1 parent 3237ab1 commit db795bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/toolchains/microsoft/test_msbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def test_toolchain_win_vs2017(self, compiler, version, runtime, cppstd):
@pytest.mark.tool("cmake", "3.23")
@pytest.mark.tool("visual_studio", "17")
@pytest.mark.parametrize("compiler,version,runtime,cppstd",
[("msvc", "193", "static", "17")])
[("msvc", "194", "static", "17")])
def test_toolchain_win_vs2022(self, compiler, version, runtime, cppstd):
self.check_toolchain_win(compiler, version, runtime, cppstd, ide_version=17)

Expand Down

0 comments on commit db795bb

Please sign in to comment.