Skip to content

Commit c62eb25

Browse files
authored
Merge branch 'master' into fix-vecmat-win-failure
2 parents 5cd6276 + 4240292 commit c62eb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/third_party/cupy/core_tests/test_ndarray_copy_and_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_view_flags_smaller_invalid(self, order, shape):
120120
[
121121
("C", (6,)),
122122
("C", (3, 10)),
123-
# ("C", (0,)), # dpctl-2119
123+
("C", (0,)),
124124
("C", (1, 6)),
125125
("C", (3, 2)),
126126
],

0 commit comments

Comments
 (0)