Skip to content

Commit 5833c87

Browse files
clean
1 parent 5034361 commit 5833c87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numba_cuda/numba/cuda/tests/nrt/test_nrt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def kernel():
6262
init_stats = rtsys.get_allocation_stats()
6363
kernel[1,1]()
6464
cur_stats = rtsys.get_allocation_stats()
65-
breakpoint()
6665
self.assertEqual(cur_stats.alloc - init_stats.alloc, n)
6766
self.assertEqual(cur_stats.free - init_stats.free, n)
6867

0 commit comments

Comments
 (0)