X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-crc.c;h=55b5046adb173a3fb081a3239514be159a91ab8d;hb=b0d3c1545196ae640d1f6de6c084f15812a9650a;hp=bd45939b9a5f32917d91d41314d0f9f7f0e4e522;hpb=563da0755fefb7a98f8a4ee4e4de6c8c2b559905;p=gnulib.git diff --git a/tests/test-crc.c b/tests/test-crc.c index bd45939b9..55b5046ad 100644 --- a/tests/test-crc.c +++ b/tests/test-crc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Free Software Foundation + * Copyright (C) 2005, 2006 Free Software Foundation * * 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 @@ -46,7 +46,7 @@ main (int argc, char *argv[]) } p = crc32_update (42, "foo", 3); - if (p != 0x8c736521) + if (p != 0xb9a9a617) { printf ("cu got %lx\n", p); return 1;