-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
clpy/tests/clpy_tests/opencl_tests/headercvt_tests/test_headercvt_types.py
Lines 75 to 85 in 016015a
| @util.with_temp_wd | |
| def test_headercvt_typedef_to_discretely_tagged_struct(self, wd): | |
| util.kick_headercvt_and_get_results(wd, \""" | |
| struct clpy_struct_tag{ | |
| int member; | |
| }; | |
| typedef struct clpy_struct_tag clpy_struct_t; | |
| \""") | |
| self.assertTrue(util.compile_with( | |
| wd, "cdef clpy_struct_t foo\nfoo.member = 0")) | |
| # TODO(nsakabe-fixstars): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels