5 lines
86 B
Racket
5 lines
86 B
Racket
#lang racket
|
|
(require rackunit)
|
|
(check-true #f)
|
|
(error "this is supposed to happend")
|