From 0f8d50b0f587fd7e6f647773a8ede8051117bd64 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 27 Aug 2009 23:31:13 +0200 Subject: [PATCH] Remove test that is outside the specification. --- ChangeLog | 5 +++++ tests/test-bitrotate.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63e05d1042..0a1297d36a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-27 Bruno Haible + + * tests/test-bitrotate.c (main): Remove test that uses a shift count + of 0. + 2009-08-27 Bruno Haible * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C diff --git a/tests/test-bitrotate.c b/tests/test-bitrotate.c index 5ebf60f89f..15c3785600 100644 --- a/tests/test-bitrotate.c +++ b/tests/test-bitrotate.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007-2008 Free Software Foundation, Inc. + Copyright (C) 2007-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -224,7 +224,6 @@ main (void) ASSERT (rotl64 (16045690984503098046ULL, 62) == 13234794782980550319ULL); ASSERT (rotl64 (16045690984503098046ULL, 63) == 8022845492251549023ULL); - ASSERT (rotr64 (16045690984503098046ULL, 0) == 16045690984503098046ULL); ASSERT (rotr64 (16045690984503098046ULL, 1) == 8022845492251549023ULL); ASSERT (rotr64 (16045690984503098046ULL, 2) == 13234794782980550319ULL); ASSERT (rotr64 (16045690984503098046ULL, 3) == 15840769428345050967ULL); -- 2.30.2