swig/Examples/test-suite/python/cpp11_result_of_runme.py
2013-10-07 20:37:00 +01:00

3 lines
151 B
Python

import cpp11_result_of
if cpp11_result_of.test_result(cpp11_result_of.square, 3.0) != 9.0:
raise RuntimeError, "test_result(square, 3.0) is not 9.0."