diff options
Diffstat (limited to 'dlfcn/glrefmain.c')
-rw-r--r-- | dlfcn/glrefmain.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dlfcn/glrefmain.c b/dlfcn/glrefmain.c index 32854b1bd2..efb080a261 100644 --- a/dlfcn/glrefmain.c +++ b/dlfcn/glrefmain.c @@ -70,6 +70,9 @@ do_test (void) dlclose (d2); + puts ("glreflib2 also closed"); + fflush (stdout); + return 0; } |