Add keyword msvc-2019 to testlib blacklisting

Change-Id: Ibb1d225909e6c0c8b35f3b41aeb619784012d43b
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
This commit is contained in:
Heikki Halmet 2019-06-17 12:26:54 +03:00 committed by Frederik Gladhorn
parent 7f69c13fd9
commit 0d6b4b5192

View File

@ -150,8 +150,10 @@ static QSet<QByteArray> keywords()
<< "msvc-2013"
# elif _MSC_VER <= 1900
<< "msvc-2015"
# else
# elif _MSC_VER <= 1916
<< "msvc-2017"
# else
<< "msvc-2019"
# endif
#endif