cover/tests/error-file.rkt
2015-01-11 12:52:39 -05:00

5 lines
86 B
Racket

#lang racket
(require rackunit)
(check-true #f)
(error "this is supposed to happend")