Skip to content

Commit a73541c

Browse files
authored
[SYCL][E2E][NFC] Update tracker (#16657)
1 parent d70ed19 commit a73541c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/DeviceLib/exp/exp-std-complex-edge-cases.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ template <typename T> bool test() {
335335
CHECK(!std::signbit(r.real()), passed, i);
336336
#ifdef _WIN32
337337
// This check fails on win, temporary skipping:
338-
// CMPLRLLVM-61834
338+
// CMPLRLLVM-64900
339339
// TODO: Delete this macro block when fixed
340340
if (std::is_same_v<typename decltype(r)::value_type, float>)
341341
continue;

0 commit comments

Comments
 (0)