racket/compiler-test/tests/compiler/commands/test.rkt
Spencer Florence db250c4cf9 fixed -c error
Closes #1.
2016-01-10 10:16:03 -05:00

6 lines
160 B
Racket

#lang racket
(require rackunit)
(require (only-in (submod compiler/commands/test paths) collection-paths))
(check-exn exn? (lambda () (collection-paths ".")))