Add kw test
svn: r11850 original commit: 9c08df4789047efd717f92048442abc8a2c26fc0
This commit is contained in:
parent
3cc4ad59bd
commit
f98a4bc210
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