From: Simon Josefsson Date: Thu, 5 Nov 2009 14:05:18 +0000 (+0100) Subject: Fix typo in last commit. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=349e11eefaf818c688a49a9422830c670d79baee;p=pspp Fix typo in last commit. --- diff --git a/tests/test-func.c b/tests/test-func.c index 3c2de3cf7e..106a20edce 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;