]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Avoid a warning.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 26 Feb 2009 03:56:48 +0000 (03:56 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 26 Feb 2009 03:56:48 +0000 (03:56 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9271

memcheck/tests/unit_libcbase.c

index 681fb154865ce69271c55b8f1eee803873c6d7a5..b44c4bfe163977fa34b0158b8ae0be8d6c5211ac 100644 (file)
@@ -442,7 +442,6 @@ void test_log2(void)
    CHECK( -1 == VG_(log2)(2147483649U) );
 
    CHECK( -1 == VG_(log2)(4294967295U) );    // Max UInt
-   CHECK( -1 == VG_(log2)(4294967296U) );    // Wraps to 0, so answer is -1
 }
 
 void test_random(void)