From daef5d98df8c1243f65e3e27619fb8a79131ec05 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Fri, 30 Nov 2018 04:30:29 +0000 Subject: [PATCH] Deduplicate test cases. --- tests/runtime/test-arith.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/runtime/test-arith.scm b/tests/runtime/test-arith.scm index 0c449e91c..7e29147da 100644 --- a/tests/runtime/test-arith.scm +++ b/tests/runtime/test-arith.scm @@ -714,8 +714,6 @@ USA. (-0.i 0.-0.i) (-0.+0.i +0.+0.i) (-0.-0.i +0.-0.i) - (-4.+0.i 0.+2.i) - (-4.-0.i 0.-2.i) ;; Treat infinities carefully around branch cuts. (-inf.0 +inf.0i) (+inf.0 +inf.0) -- 2.25.1