racket/pkgs/compiler-test/tests/compiler/commands/test.rkt
2016-05-27 17:20:35 -04: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 ".")))