ci: fix failing clipboard_test.v on MacOS

pull/6792/head
Delyan Angelov 2020-11-20 11:43:41 +02:00
parent b957c64905
commit d382db77ee
1 changed files with 1 additions and 0 deletions

View File

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