mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: fix failing clipboard_test.v on MacOS
This commit is contained in:
parent
b957c64905
commit
d382db77ee
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue