Skip to content

Commit 37b1345

Browse files
committed
conform cabi casing
1 parent ba224f4 commit 37b1345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_cuda/numba/cuda/tests/cudapy/test_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def wrapper_func(x):
837837
wrapper_func, types.int32(types.int32), output="ltoir", abi="c"
838838
)
839839

840-
def test_compile_CABI_calling_overloaded_function(self):
840+
def test_compile_cabi_calling_overloaded_function(self):
841841
# Reproducer from gh-841
842842
# https://github.com/NVIDIA/numba-cuda/issues/841
843843
#

0 commit comments

Comments
 (0)