mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Add comment to clarify how the test can fail
This commit is contained in:
parent
9ceb5f6251
commit
e591758b38
@ -1,5 +1,8 @@
|
||||
2015-07-16 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* tst-nodelete-opened.c (do_test): Add comment to clarify how
|
||||
the test can fail.
|
||||
|
||||
* stdlib/cxa_thread_atexit_impl.c: Whitespace fixup.
|
||||
|
||||
[BZ #18676]
|
||||
|
@ -58,6 +58,8 @@ do_test (void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* This FOO dereference will crash with a segfault if the DSO was
|
||||
unloaded. */
|
||||
printf ("foo == %d\n", *foo);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user