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

Commit 00f5c66

Browse files
committed
Add more tests
1 parent 31fe629 commit 00f5c66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SYCL/ESIMD/regression/copyto_char_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ int main() {
119119
test_result |= test_to_copy<32 + 10>();
120120
test_result |= test_to_copy<10>();
121121
test_result |= test_to_copy<8>();
122+
test_result |= test_to_copy<7>();
123+
test_result |= test_to_copy<15>();
122124

123125
if (!test_result) {
124126
std::cout << "Test passed" << std::endl;

0 commit comments

Comments
 (0)