Skip to content

Commit faa3382

Browse files
committed
Update tests to conform to the spec
1 parent 3ef139a commit faa3382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/extensions/WorkGroupMemory/api_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void test_helper(syclexp::work_group_memory<DataT> mem) {
8585
}
8686

8787
template <typename Type, typename... rest> void test() {
88-
syclexp::work_group_memory<Type> mem;
88+
syclexp::work_group_memory<Type> mem{ syclexp::indeterminate };
8989
test_constness<Type>();
9090
test_helper(mem);
9191
if constexpr (sizeof...(rest))

0 commit comments

Comments
 (0)