diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2009-12-24 13:22:33 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-24 13:22:33 -0800 |
commit | 92505456637430272dc01f082b6f9dbb7f7cb60e (patch) | |
tree | 65a51cf792b355026dc1e211206eb36df57ac709 /stdlib/tst-setcontext.c | |
parent | 6f89d2f30f97211431d965993f570ed680747584 (diff) | |
download | glibc-92505456637430272dc01f082b6f9dbb7f7cb60e.tar.gz glibc-92505456637430272dc01f082b6f9dbb7f7cb60e.tar.xz glibc-92505456637430272dc01f082b6f9dbb7f7cb60e.zip |
Additional setcontext(), etc. conformance tests.
Diffstat (limited to 'stdlib/tst-setcontext.c')
-rw-r--r-- | stdlib/tst-setcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-setcontext.c b/stdlib/tst-setcontext.c index 51296f74ab..9a6d79ba9d 100644 --- a/stdlib/tst-setcontext.c +++ b/stdlib/tst-setcontext.c @@ -133,7 +133,7 @@ check_called (void) { if (back_in_main == 0) { - puts ("program did no reach main again"); + puts ("program did not reach main again"); _exit (1); } } |