summaryrefslogtreecommitdiff
path: root/tests/library/test_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/library/test_loader.c')
-rw-r--r--tests/library/test_loader.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/library/test_loader.c b/tests/library/test_loader.c
index ddcdbc5..50ed8db 100644
--- a/tests/library/test_loader.c
+++ b/tests/library/test_loader.c
@@ -44,10 +44,7 @@ int main( void ) {
return EXIT_FAILURE;
}
- /* fetch a known function symbol (multiply_by_two), for the reasons why naive
- * casting doesn't work, see:
- * http://en.wikipedia.org/wiki/Dynamic_loading
- */
+ /* fetch a known function symbol (multiply_by_two) */
symbol = wolf_library_get_func( library, "multiply_by_two", &error );
if( error != WOLF_OK ) {
fprintf( stderr, "Error %d fetching a function from the library: %s\n",