Skip to content

Commit 1c1547e

Browse files
committed
DynamicLibrary -> DynamicLib
1 parent bd98f21 commit 1c1547e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/tests/test_cudart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ def test_struct_pointer_comparison(target):
14061406
def test_getLocalRuntimeVersion():
14071407
try:
14081408
err, version = cudart.getLocalRuntimeVersion()
1409-
except pathfinder.DynamicLibraryNotFoundError:
1409+
except pathfinder.DynamicLibNotFoundError:
14101410
pass
14111411
else:
14121412
assertSuccess(err)

0 commit comments

Comments
 (0)