Add an explanation of the test case for PR 14389

This commit is contained in:
Asumu Takikawa 2014-05-01 16:24:42 -04:00
parent 06bd5d36af
commit 947343c63f

View File

@ -2,6 +2,9 @@
(exn-pred (regexp-quote "in: (for/flvector"))
#lang typed/racket/base
;; Test for PR 14389. Make sure that the reported source location
;; points to the expression, not the whole submodule contents.
(require racket/flonum)
(module+ test
(require typed/rackunit)