added a scheme/load test

svn: r11118
This commit is contained in:
Robby Findler 2008-08-07 01:36:48 +00:00
parent 5b33922526
commit a4aaa18f9c

View File

@ -208,3 +208,12 @@
Module Language: invalid language specification
Interactions disabled}
#t)
(test @t{#lang scheme/load
(module m mzscheme (provide x) (define x 2))
(require 'm)
(printf "~s\n" x)
(flush-output)}
#f
@t{2})