diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-08-06 16:13:23 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-08-06 16:13:23 -0700 |
commit | ecfa7004bee766d15f4101afb9a4b28168d661fe (patch) | |
tree | 8117402f9d5640c2fc2d6ca028a0ebf144057abd /tests | |
parent | cca5278aff73c0c593baa36320daa812550e4911 (diff) |
bindings generator fixes for latest CppHeaderParser
Diffstat (limited to 'tests')
-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 = ''' |