From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- string/tst-strfry.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 string/tst-strfry.c (limited to 'string/tst-strfry.c') diff --git a/string/tst-strfry.c b/string/tst-strfry.c deleted file mode 100644 index 2b40a39b13..0000000000 --- a/string/tst-strfry.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include - -static int -do_test (void) -{ - char str[] = "this is a test"; - - strfry (str); - - return 0; -} - -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" -- cgit v1.2.3