aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 4092d3de..f925720c 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4016,7 +4016,7 @@ def process(filename):
// Try it with copying
va_list tempva;
- __va_copy(tempva, v);
+ va_copy(tempva, v);
vsnprintf(d, 20, s, tempva);
puts(d);