From: Rico Tzschichholz Date: Mon, 29 Nov 2021 14:51:49 +0000 (+0100) Subject: tests: Add missing methods/parameter-ccode-type.vala X-Git-Tag: 0.48.20~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e9c1f5907a26929c782944139308785f6ad00a1;p=thirdparty%2Fvala.git tests: Add missing methods/parameter-ccode-type.vala In addition to 0e097710e37b671b17ed1da330dd83b9e2340602 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index cd08eedf0..7ce1b3b2e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -234,6 +234,7 @@ TESTS = \ methods/generics.vala \ methods/nowrapper-interface.vala \ methods/nowrapper-no-vfunc.test \ + methods/parameter-ccode-type.vala \ methods/params-array.vala \ methods/params-array-abstract.test \ methods/params-array-preceding.test \