add memset(buf, -5, 10) test
authorSzabolcs Nagy <nsz@port70.net>
Tue, 11 Feb 2014 22:22:06 +0000 (23:22 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Tue, 11 Feb 2014 22:22:06 +0000 (23:22 +0100)
see https://sourceware.org/bugzilla/show_bug.cgi?id=16554

src/functional/string_memset.c

index 719f0ca..5036d23 100644 (file)
@@ -63,6 +63,7 @@ int main(void)
        test_value('c');
        test_value(0);
        test_value(-1);
+       test_value(-5);
        test_value(0xab);
        return t_status;
 }