aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorKyle Altendorf <sda@fstab.net>2019-09-09 16:14:42 -0400
committerKyle Altendorf <sda@fstab.net>2019-09-09 16:14:42 -0400
commitb964bf6b1fdad0b5da2c655c006981aa3b0efe0c (patch)
tree3b4208c747cec4314df4e0cfaa912eb023e35cc1 /test.c
parentAvoid warnings about unused variable fails (diff)
downloadsiphash-b964bf6b1fdad0b5da2c655c006981aa3b0efe0c.tar.gz
siphash-b964bf6b1fdad0b5da2c655c006981aa3b0efe0c.tar.xz
Remove unneded #ifndef GETVECTORS check
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test.c b/test.c
index 10a1d91..b6547a5 100644
--- a/test.c
+++ b/test.c
@@ -90,9 +90,7 @@ int main() {
if (memcmp(out, v + (i * len), len)) {
printf("fail for %d bytes\n", i);
-#ifndef GETVECTORS
fails++;
-#endif
}
#endif
}