1
0
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:
Delyan Angelov 2020-11-20 11:43:41 +02:00
parent b957c64905
commit d382db77ee

View File

@ -30,6 +30,7 @@ fn (cb &Clipboard) check_availability() bool {
fn (mut cb Clipboard) clear() {
cb.foo = 0
cb.set_text('')
#[cb->pb clearContents];
}