Skip to content

Commit

Permalink
Add keyword msvc-2022 to testlib blacklisting
Browse files Browse the repository at this point in the history
Pick-to: 6.2 6.3 6.4
Change-Id: I04942dc9474fd2abfc341a1dd6434f7c78b6b5bd
Reviewed-by: Christian Stenger <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
owolff committed Aug 4, 2022
1 parent 3732858 commit 9a5ac4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/testlib/qtestblacklist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ static QSet<QByteArray> keywords()
<< "msvc-2015"
# elif _MSC_VER <= 1916
<< "msvc-2017"
# else
# elif _MSC_VER <= 1929
<< "msvc-2019"
# else
<< "msvc-2022"
# endif
#endif

Expand Down

0 comments on commit 9a5ac4b

Please sign in to comment.