Skip to content

Commit cea9454

Browse files
committed
Adds dpctl.tensor.concat test for gh-870
1 parent 9af31e6 commit cea9454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tests/test_usm_ndarray_manipulation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ def test_concat_1array(data):
835835
"data",
836836
[
837837
[(1,), (1,), 0],
838+
[(0, 2), (0, 2), 1],
838839
[(0, 2), (2, 2), 0],
839840
[(2, 1), (2, 2), -1],
840841
[(2, 2, 2), (2, 1, 2), 1],

0 commit comments

Comments
 (0)