mirror of
https://github.com/mappu/miqt.git
synced 2025-01-03 06:08:38 +00:00
genbindings/test: fix compilation for isConst support
This commit is contained in:
parent
df02dab54e
commit
9d8153c4d3
@ -40,7 +40,7 @@ func TestParseMethodTypes(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, tc := range cases {
|
for _, tc := range cases {
|
||||||
r, p, err := parseTypeString(tc.input)
|
r, p, _ /* isConst */, err := parseTypeString(tc.input)
|
||||||
|
|
||||||
if tc.expectErr {
|
if tc.expectErr {
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user