Fixed a couple of tests.

This commit is contained in:
Georges Dupéron 2016-03-31 00:27:04 +02:00
parent 5488f1da5b
commit 3049c1867b
2 changed files with 4 additions and 1 deletions

View File

@ -21,3 +21,6 @@
> (+ 2 0)
- : Integer [more precisely: Positive-Byte]
2
> (map add1 '(1 2 3 4))
- : (Listof Positive-Index) [more precisely: (Pairof Positive-Index (Listof Positive-Index))]
'(2 3 4 5)

View File

@ -1,4 +1,4 @@
#lang repltest typed/racket
#lang repltest racket
;; This file has the name "test", but it shouldn't cause any conflicts in module
;; names
(define x 0)