Re-enabling tests
This commit is contained in:
parent
05dc137ca0
commit
e6b2965d39
|
@ -1,6 +1,6 @@
|
||||||
#lang scheme
|
#lang racket
|
||||||
(require tests/eli-tester
|
(require tests/eli-tester
|
||||||
scheme/runtime-path)
|
racket/runtime-path)
|
||||||
|
|
||||||
(define-runtime-path here ".")
|
(define-runtime-path here ".")
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
(test
|
(test
|
||||||
(test-mutator m)))
|
(test-mutator m)))
|
||||||
(void))
|
(void))
|
||||||
#;(for ([m (in-directory (build-path here "bad-mutators") #rx"rkt$")])
|
(for ([m (in-directory (build-path here "bad-mutators") #rx"rkt$")])
|
||||||
(test
|
(test
|
||||||
(test-mutator m) =error> #rx""))
|
(test-mutator m) =error> #rx""))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user