File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/cython/usm_memory/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def test_order_manager():
161161 try :
162162 q = dpctl .SyclQueue ()
163163 except dpctl .SyclQueueCreationError :
164- pytest .skip ("Queue could not created for default-selected device" )
164+ pytest .skip ("Queue could not be created for default-selected device" )
165165 _som = dpctl .utils .SequentialOrderManager
166166 _mngr = _som [q ]
167167 assert isinstance (_mngr .num_host_task_events , int )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def gen_option_params(
4646 continue
4747
4848if not queues :
49- print ("No queues could not created, nothing to do." )
49+ print ("No queues could be created, nothing to do." )
5050 exit (0 )
5151
5252opt_params_list = []
You can’t perform that action at this time.
0 commit comments