commit 3049c1867be86a4c20fed4e7370a529d65e14696 parent 5488f1da5bff6de64c529bbd9550431f8d74523a Author: Georges Dupéron <georges.duperon@gmail.com> Date: Thu, 31 Mar 2016 00:27:04 +0200 Fixed a couple of tests. Diffstat:
| M | test/meta.rkt | | | 3 | +++ |
| M | test/test.rkt | | | 2 | +- |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/test/meta.rkt b/test/meta.rkt @@ -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) diff --git a/test/test.rkt b/test/test.rkt @@ -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)