Add comment to clarify how the test can fail

This commit is contained in:
Siddhesh Poyarekar 2015-07-16 10:38:29 +05:30
parent 9ceb5f6251
commit e591758b38
2 changed files with 5 additions and 0 deletions

View File

@ -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]

View File

@ -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;