aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
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 = '''