summaryrefslogtreecommitdiff
path: root/tests/test-func.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-11-05 15:05:18 +0100
committerSimon Josefsson <simon@josefsson.org>2009-11-05 15:05:18 +0100
commit349e11eefaf818c688a49a9422830c670d79baee (patch)
tree0967f4352c8e14733927c33ac2ee555d839c47e3 /tests/test-func.c
parent757089b71ada13e18169e2be3509c1b07bd1c63d (diff)
downloadgnulib-349e11eefaf818c688a49a9422830c670d79baee.tar.gz
Fix typo in last commit.
Diffstat (limited to 'tests/test-func.c')
-rw-r--r--tests/test-func.c2
1 files changed, 1 insertions, 1 deletions
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__, "<unknown function>") == 0);
return 0;