Author: Armin Rigo <[email protected]>
Branch: cffi-1.0
Changeset: r1812:7a25149295e0
Date: 2015-04-25 11:16 +0200
http://bitbucket.org/cffi/cffi/changeset/7a25149295e0/

Log:    fix

diff --git a/_cffi1/test_recompiler.py b/_cffi1/test_recompiler.py
--- a/_cffi1/test_recompiler.py
+++ b/_cffi1/test_recompiler.py
@@ -51,7 +51,7 @@
 
 def test_type_table_variadic_function():
     check_type_table("int sin(int, ...);",
-                     "(FUNCTION 1)(PRIMITIVE 7)(FUNCTION_END 1)")
+                     "(FUNCTION 1)(PRIMITIVE 7)(FUNCTION_END 1)(POINTER 0)")
 
 def test_type_table_array():
     check_type_table("int a[100];",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to