1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tests: disable cookie test for now

This commit is contained in:
Alexander Medvednikov
2020-04-14 03:43:59 +02:00
parent c6c2fccb23
commit df37597f00
4 changed files with 11 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ struct C.cJSON {
valuestring byteptr
}
pub fn decode() voidptr {
pub fn decode() ?voidptr {
// compiler implementation
return 0
}