Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit d26b27f

Browse files
authored
Hotfix types for operator_assignment_move_and_copy_core (#833)
Signed-off-by: Kochetkov, Yuriy <[email protected]>
1 parent 2267a61 commit d26b27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/api/functional/operators/operator_assignment_move_and_copy_core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main(int, char **) {
6363

6464
bool passed = true;
6565

66-
const auto types = get_tested_types<tested_types::all>();
66+
const auto types = get_tested_types<tested_types::core>();
6767
const auto dims = get_all_dimensions();
6868

6969
const auto context =

0 commit comments

Comments
 (0)