You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
201 B

  1. def test_class_args():
  2. # There's basically nothing to test here; just make sure the code compiled and declared its definition
  3. from pybind11_tests import class_args_noop
  4. class_args_noop()