From b2c44d8c961090c2773f3a98d12fcafc7f5c5b2b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 14 Mar 2016 17:56:37 +0100 Subject: Mostly optimisations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index c4f146c..5517d9e 100644 --- a/test.c +++ b/test.c @@ -304,7 +304,7 @@ main(void) zneg(b, _1); zneg(c, _2); - assert((zadd_unsigned(a, b, c), zcmp(a, _3)), == 0); + assert((zadd_unsigned(a, _1, _2), zcmp(a, _3)), == 0); assert((zadd_unsigned(a, b, c), zcmp(a, _3)), == 0); assert((zadd_unsigned(a, b, _2), zcmp(a, _3)), == 0); assert((zadd_unsigned(a, _1, c), zcmp(a, _3)), == 0); -- cgit v1.2.3-70-g09d2