[pstl] Fix test that checked the version number after version bump

llvm-svn: 366491
This commit is contained in:
Louis Dionne 2019-07-18 20:21:59 +00:00
parent 249c1c7407
commit 96f4970813
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
#include <pstl/internal/pstl_config.h>
static_assert(_PSTL_VERSION == 9000);
static_assert(_PSTL_VERSION_MAJOR == 9);
static_assert(_PSTL_VERSION == 10000);
static_assert(_PSTL_VERSION_MAJOR == 10);
static_assert(_PSTL_VERSION_MINOR == 00);
static_assert(_PSTL_VERSION_PATCH == 0);