fix moved test files, set svn:eol-style

svn: r16815
This commit is contained in:
Eli Barzilay 2009-11-16 17:35:23 +00:00
parent 0ae5843f11
commit 10183e8d19
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#lang scheme #lang scheme
(require "planet-shared.ss") (require planet/private/planet-shared)
(define-syntax (test stx) (define-syntax (test stx)
(syntax-case stx () (syntax-case stx ()

View File

@ -4,7 +4,7 @@
;; Updated to SchemeUnit 2 syntax by Dave Gurnell -- 2007-09-14 ;; Updated to SchemeUnit 2 syntax by Dave Gurnell -- 2007-09-14
(require (file "time.ss")) (require srfi/19/time)
(require (planet "test.ss" ("schematics" "schemeunit.plt" 2)) (require (planet "test.ss" ("schematics" "schemeunit.plt" 2))
(planet "text-ui.ss" ("schematics" "schemeunit.plt" 2))) (planet "text-ui.ss" ("schematics" "schemeunit.plt" 2)))