Skip to content

Commit ba224f4

Browse files
committed
lower case cabi
1 parent 97cf7fb commit ba224f4

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
@@ -817,7 +817,7 @@ def wrapper_func(input_ptr, output_ptr):
817817

818818
cuda.compile(wrapper, wrapper_sig.args, output="ltoir")
819819

820-
def test_compile_CABI_calling_device_function_returning_optional(self):
820+
def test_compile_cabi_calling_device_function_returning_optional(self):
821821
# Exercise a CABI caller invoking a Numba ABI callee that can return
822822
# None through Optional[int32]
823823
def maybe_none(x):

0 commit comments

Comments
 (0)