[libcxx-commits] [pstl] r366491 - [pstl] Fix test that checked the version number after version bump

Hans Wennborg via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 22 15:10:49 PDT 2019


Thanks! I'll try to include this in the version bump next time.

On Thu, Jul 18, 2019 at 1:21 PM Louis Dionne via libcxx-commits
<libcxx-commits at lists.llvm.org> wrote:
>
> Author: ldionne
> Date: Thu Jul 18 13:21:59 2019
> New Revision: 366491
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366491&view=rev
> Log:
> [pstl] Fix test that checked the version number after version bump
>
> Modified:
>     pstl/trunk/test/pstl/version.pass.cpp
>
> Modified: pstl/trunk/test/pstl/version.pass.cpp
> URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/version.pass.cpp?rev=366491&r1=366490&r2=366491&view=diff
> ==============================================================================
> --- pstl/trunk/test/pstl/version.pass.cpp (original)
> +++ pstl/trunk/test/pstl/version.pass.cpp Thu Jul 18 13:21:59 2019
> @@ -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);
>
>
>
> _______________________________________________
> libcxx-commits mailing list
> libcxx-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-commits


More information about the libcxx-commits mailing list