blob: 91b0320d8a75e628a642787524d63d0f353e3017 [file] [log] [blame]
Jason Rhinelander5fffe202016-09-06 12:17:06 -04001
Jason Rhinelander5fffe202016-09-06 12:17:06 -04002
3def test_class_args():
4 # There's basically nothing to test here; just make sure the code compiled and declared its definition
5 from pybind11_tests import class_args_noop
6 class_args_noop()