Missed a run-sub-test.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 05:35:36 +0000 (05:35 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 05:35:36 +0000 (05:35 +0000)
tests/runtime/test-floenv.scm

index b0cd62e8c3ae3d230ed534cb7e27351e7943d3c2..58146a7fcb535fd00d00c7e938aa9be1540c363d 100644 (file)
@@ -84,7 +84,7 @@ USA.
              (i 0 (+ i 1)))
             ((not (and (pair? inputs) (pair? outputs))))
           (let ((input (car inputs)) (output (car outputs)))
-            (run-sub-test
+            (with-test-properties
              (lambda ()
                (assert-eqv
                 (flo:with-rounding-mode mode (lambda () (operator input)))