fix ellipsis in test

This commit is contained in:
Robby Findler 2016-04-15 18:09:38 -05:00
parent fc813b32ca
commit ca2deebe47

View File

@ -4,7 +4,7 @@
(module test racket/base)
(define windows-menu-prefix
(let ([basics (list "Bring Frame to Front..." "Most Recent Window"
(let ([basics (list "Bring Frame to Front" "Most Recent Window"
#f)])
(if (eq? (system-type) 'macosx)
(list* "Minimize" "Zoom" basics)