Skip to content

Commit 9a91532

Browse files
committed
[NFC] Fix the expected assert message in LIT test gather_scatter_rgba.cpp
Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>
1 parent 367d160 commit 9a91532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/esimd/gather_scatter_rgba.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void kernel1(int *ptr, simd<int, 32 * AGR_N_CHANNELS> v) SYCL_ESIMD_FUNCTION {
3030
simd<uint32_t, 32> offsets(0, sizeof(int) * 4);
3131
// only 1, 2, 3, 4-element masks covering consequitive channels starting from
3232
// R are supported
33-
// expected-error-re@* {{static assertion failed{{.*}}Only ABGR, BGR, GR, R channel masks are valid in write operations}}
33+
// expected-error-re@* {{static assertion failed{{.*}}rgba_channel_mask{{.*}}ABGR{{.*}}BGR{{.*}}GR{{.*}}R{{.*}}}}
3434
// expected-note@* {{in instantiation }}
3535
// expected-note@+1 {{in instantiation }}
3636
scatter_rgba<rgba_channel_mask::AGR>(ptr, offsets, v);

0 commit comments

Comments
 (0)