diff options
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 452ace89..d08a1b55 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3197,7 +3197,7 @@ if 'benchmark' not in sys.argv: Parent::Parent(int val) : value(val) { printf("Parent:%d\\n", val); } void Parent::mulVal(int mul) { value *= mul; } - #include "bindingtest.c" + #include "bindingtest.cpp" ''' script_src_2 = ''' |