Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
gnulib
Commits
0f8d50b0
Commit
0f8d50b0
authored
Aug 27, 2009
by
Bruno Haible
Browse files
Remove test that is outside the specification.
parent
e2b97aca
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0f8d50b0
2009-08-27 Bruno Haible <bruno@clisp.org>
* tests/test-bitrotate.c (main): Remove test that uses a shift count
of 0.
2009-08-27 Bruno Haible <bruno@clisp.org>
* tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
tests/test-bitrotate.c
View file @
0f8d50b0
/* Test of <bitrotate.h> substitute.
Copyright (C) 2007-200
8
Free Software Foundation, Inc.
Copyright (C) 2007-200
9
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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment