removed dependency on test-suite

svn: r5238
This commit is contained in:
Eli Barzilay 2007-01-07 03:44:26 +00:00
parent d3f0e20191
commit 33ac0ea439

View File

@ -9,9 +9,7 @@
(lib "sendurl.ss" "net")
(lib "bitmap-label.ss" "mrlib")
"client.ss"
"info.ss"
;; Temporary hack for test suite in separate window:
(lib "extension.ss" "test-suite"))
"info.ss")
(provide tool@)
@ -633,13 +631,6 @@
(send defs read-from-file stream)
(read-editor-global-footer stream)))
(add-test-suite-extension
"Handin"
handin-icon
(lambda (parent editor)
(let ([content (editors->string (list editor))])
(new handin-frame% [parent parent] [content content]))))
(define tool@
(unit
(import drscheme:tool^)