From 4835555d4874527ddaf4b0c3bb4c017da96fa9c0 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Fri, 28 Jan 2011 16:23:55 -0200 Subject: Fix regression that caused overload sorting to not respect argument type renames. --- tests/samplebinding/typesystem_sample.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/samplebinding/typesystem_sample.xml') diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml index 2667c16d..63691605 100644 --- a/tests/samplebinding/typesystem_sample.xml +++ b/tests/samplebinding/typesystem_sample.xml @@ -992,6 +992,14 @@ return PyString_FromString("PyObject"); + + + + + + unsigned char* %1 = 0; + + -- cgit