From 0e0814c797d1fd1ff575329e09d1601e66809f92 Mon Sep 17 00:00:00 2001 From: Dmitriy Sobolev Date: Wed, 15 Jan 2025 14:51:58 +0000 Subject: [PATCH] Update broken macro for XPU tests --- test/support/test_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/test_config.h b/test/support/test_config.h index b0fe4c8a9c9..2c1e28a94a9 100644 --- a/test/support/test_config.h +++ b/test/support/test_config.h @@ -34,7 +34,7 @@ // When such an issue is fixed, we must replace the usage of these "Latest" macros with the appropriate version number // before updating to the newest version in this section. -#define _PSTL_TEST_LATEST_INTEL_LLVM_COMPILER 20250000 +#define _PSTL_TEST_LATEST_INTEL_LLVM_COMPILER 20250100 #define _PSTL_TEST_LATEST_MSVC_STL_VERSION 143