]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/dlopen-zero/main.c
dyld-239.4.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlopen-zero / main.c
index 7240521da985135796a14780fe4f59c43a8a0e95..81977a420136ae20e9b310d5f07d2b271f8c4769 100644 (file)
@@ -49,6 +49,7 @@ int main()
                FAIL("dlsym(handle, \"foo\") failed");
                exit(1);
        }
+       
        if ( sym != &foo ) {
                FAIL("dlsym(handle, \"foo\") returned wrong address");
                exit(1);