Add an explanation of the test case for PR 14389

original commit: 947343c63fed6a244013c6b7ac211e6b38d8a8cf
This commit is contained in:
Asumu Takikawa 2014-05-01 16:24:42 -04:00
parent e9d689cdb9
commit 2497d67c6a

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)