diff --git a/pkgs/gui-pkgs/gui-lib/framework/test.rkt b/pkgs/gui-pkgs/gui-lib/framework/test.rkt index 8e928002..dcd82527 100644 --- a/pkgs/gui-pkgs/gui-lib/framework/test.rkt +++ b/pkgs/gui-pkgs/gui-lib/framework/test.rkt @@ -963,7 +963,7 @@ test:keystroke (->* ((or/c char? symbol?)) ((listof (or/c 'alt 'control 'meta 'shift - 'noalt 'nocontrol 'nometea 'noshift))) + 'noalt 'nocontrol 'nometa 'noshift))) void?) ((key) ((modifier-list null)))