mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix failing clipboard_test.v on MacOS
This commit is contained in:
parent
b957c64905
commit
d382db77ee
@ -30,6 +30,7 @@ fn (cb &Clipboard) check_availability() bool {
|
||||
|
||||
fn (mut cb Clipboard) clear() {
|
||||
cb.foo = 0
|
||||
cb.set_text('')
|
||||
#[cb->pb clearContents];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user