Rename covariant_return.i testcase as it is not testing covariant return types
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12475 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
873d07d1e5
commit
81ae06d960
2 changed files with 2 additions and 2 deletions
|
|
@ -140,7 +140,6 @@ CPP_TEST_CASES += \
|
|||
conversion \
|
||||
conversion_namespace \
|
||||
conversion_ns_template \
|
||||
covariant_return \
|
||||
cplusplus_throw \
|
||||
cpp_basic \
|
||||
cpp_enum \
|
||||
|
|
@ -269,6 +268,7 @@ CPP_TEST_CASES += \
|
|||
overload_copy \
|
||||
overload_extend \
|
||||
overload_rename \
|
||||
overload_return_type \
|
||||
overload_simple \
|
||||
overload_subtype \
|
||||
overload_template \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module covariant_return
|
||||
%module overload_return_type
|
||||
|
||||
// Regression test for PHP from SF#3168531i (SWIG <= 2.0.1 segfaults).
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue