Add kw test

svn: r11850

original commit: 9c08df4789047efd717f92048442abc8a2c26fc0
This commit is contained in:
Sam Tobin-Hochstadt 2008-09-24 14:03:25 +00:00
parent 3cc4ad59bd
commit f98a4bc210

View 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"))