added a scheme/load test
svn: r11118
This commit is contained in:
parent
5b33922526
commit
a4aaa18f9c
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user