From: Simon Josefsson Date: Thu, 5 Nov 2009 14:05:18 +0000 (+0100) Subject: Fix typo in last commit. X-Git-Tag: v0.1~5245 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=349e11eefaf818c688a49a9422830c670d79baee;p=gnulib.git Fix typo in last commit. --- diff --git a/tests/test-func.c b/tests/test-func.c index 3c2de3cf7..106a20edc 100644 --- a/tests/test-func.c +++ b/tests/test-func.c @@ -45,7 +45,7 @@ main () ASSERT (strlen (__func__) + 1 == sizeof __func__); #endif - assert (strcmp (__func__, "main") == 0 + ASSERT (strcmp (__func__, "main") == 0 || strcmp (__func__, "") == 0); return 0;