]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-intertwined.dtest/base.c
5 static const char* expectedStrings
[] = {
15 static const char** curState
= expectedStrings
;
17 void setState(const char* from
)
20 if ( strcmp(*curState
, from
) != 0 ) {
21 printf("[FAIL] dlopen-intertwined: expected %s\n", *curState
);