mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 22:06:06 +00:00
[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…
x
Reference in New Issue
Block a user