Skip to content

Commit

Permalink
Fix attribute ll not found
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-panda committed Aug 8, 2023
1 parent 7eb5451 commit 80339a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_lowlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def test06_ctypes_as_ref_and_ptr(self):
# types are allowed to pass; this tests allocation into the pointer)

from ctypes import POINTER
import cppyy.ll

# boolean type
b = POINTER(ctypes.c_bool)(); ctd.set_bool_ppa(b);
Expand Down

0 comments on commit 80339a6

Please sign in to comment.