mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v test-fmt: fix some embedded comments in expressions
This commit is contained in:
@@ -260,7 +260,8 @@ fn (mut cb Clipboard) start_listener(){
|
||||
match event.@type {
|
||||
C.DestroyNotify {
|
||||
if event.xdestroywindow.window == cb.window {
|
||||
return // we are done
|
||||
// we are done
|
||||
return
|
||||
}
|
||||
}
|
||||
C.SelectionClear {
|
||||
|
||||
@@ -14,8 +14,8 @@ fn run_test(is_primary bool){
|
||||
|
||||
fn test_primary(){
|
||||
$if linux {
|
||||
return
|
||||
//run_test(true)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user