Skip to content

Commit e3ee223

Browse files
authored
Fix test fail after pulldown (#20734)
Most likely after commit bb1b82a diagnostics show entities nested inside anonymous unions when previously this nesting information was skipped over.
1 parent eb5c69d commit e3ee223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/esimd/regression/simd_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using namespace sycl::ext::intel::esimd;
1313

1414
struct SimdWrapper {
1515
union {
16-
// expected-note-re@+1 {{copy constructor of 'SimdWrapper' is implicitly deleted because variant field 'SimdWrapper::(anonymous struct at {{.*}})' has a non-trivial copy constructor}}
16+
// expected-note-re@+1 {{copy constructor of 'SimdWrapper' is implicitly deleted because variant field 'SimdWrapper::(anonymous union)::(anonymous struct at {{.*}})' has a non-trivial copy constructor}}
1717
struct {
1818
simd<int, 4> v1;
1919
};

0 commit comments

Comments
 (0)