6 lines
160 B
Racket
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 ".")))
|