m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 15:23:48 -05:00

test(eventbox): remove obsolete EvtClose const (#3059)

This commit is contained in:
Bruno Heridet
2022-11-23 11:38:14 +01:00
committed by GitHub
parent b55f555487
commit 46877e0a92

View File

@@ -9,7 +9,6 @@ const (
EvtSearchNew EvtSearchNew
EvtSearchProgress EvtSearchProgress
EvtSearchFin EvtSearchFin
EvtClose
) )
func TestEventBox(t *testing.T) { func TestEventBox(t *testing.T) {