Skip to content

Commit 709b6bd

Browse files
Removed unnecessary print from the test
1 parent 02ac7fa commit 709b6bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpctl/tests/test_usm_ndarray_print.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def test_print_repr(self):
283283
x = dpt.arange(4, dtype="i4", sycl_queue=q)
284284
x.sycl_queue.wait()
285285
r = repr(x)
286-
print(r)
287286
assert r == "usm_ndarray([0, 1, 2, 3], dtype=int32)"
288287

289288
dpt.set_print_options(linewidth=1)

0 commit comments

Comments
 (0)