forked from OSchip/llvm-project
[pstl] Fix test that checked the version number after version bump
llvm-svn: 366491
This commit is contained in:
parent
249c1c7407
commit
96f4970813
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue