mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: update for stricter type checks
This commit is contained in:
@ -128,7 +128,7 @@ pub struct Clipboard {
|
||||
struct Property{
|
||||
actual_type C.Atom
|
||||
actual_format int
|
||||
nitems int
|
||||
nitems u64
|
||||
data byteptr
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user