Corrected default value of testextension parameter

svn: r3454
This commit is contained in:
Kathy Gray 2006-06-23 20:51:57 +00:00
parent 4815a9cc59
commit 7856564e55

View File

@ -41,7 +41,7 @@
(define test-ext? (make-parameter #t))
;Stores whether the test case extension is on or not
(define testcase-ext? (make-parameter #t))
(define testcase-ext? (make-parameter #f))
;Stores whether the test window should pop up
(define tests? (make-parameter #t))