Add kw test
svn: r11850
This commit is contained in:
parent
81b9f63852
commit
9c08df4789
8
collects/tests/typed-scheme/succeed/kw.ss
Normal file
8
collects/tests/typed-scheme/succeed/kw.ss
Normal file
|
@ -0,0 +1,8 @@
|
|||
#lang typed-scheme
|
||||
|
||||
|
||||
|
||||
(lambda ()
|
||||
(open-input-file "foo" #:mode 'binary)
|
||||
(open-input-file "foo" #:mode 'text)
|
||||
(open-input-file "foo"))
|
Loading…
Reference in New Issue
Block a user