Skip to content

Commit

Permalink
fixed broken test updating to 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Aug 12, 2024
1 parent 76a804b commit 35c0e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conans/test/functional/build_helpers/msbuild_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def package(self):

client.save(files)
client.run('create . Hello/1.2.1@lasote/stable -s cppstd=11 -s '
'compiler="Visual Studio" -s compiler.version=14', assert_error=True)
'compiler="Visual Studio" -s compiler.version=15', assert_error=True)

client.run('create . Hello/1.2.1@lasote/stable -s cppstd=17 '
'-s compiler="Visual Studio" -s compiler.version=14')
'-s compiler="Visual Studio" -s compiler.version=15')
self.assertIn("Packaged 1 '.exe' file: MyProject.exe", client.out)

files = get_vs_project_files()
Expand Down

0 comments on commit 35c0e4b

Please sign in to comment.