projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757089b
)
Fix typo in last commit.
author
Simon Josefsson
<simon@josefsson.org>
Thu, 5 Nov 2009 14:05:18 +0000
(15:05 +0100)
committer
Simon Josefsson
<simon@josefsson.org>
Thu, 5 Nov 2009 14:05:18 +0000
(15:05 +0100)
tests/test-func.c
patch
|
blob
|
history
diff --git
a/tests/test-func.c
b/tests/test-func.c
index 3c2de3cf7e79ab4ae02b6b31aa759917360bc5c8..106a20edceff3fbf16b473a8978cb378b9e56310 100644
(file)
--- 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;