]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-intertwined.dtest/base.c
5 #include "test_support.h"
7 static const char* expectedStrings
[] = {
17 static const char** curState
= expectedStrings
;
19 void setState(const char* from
)
22 if ( strcmp(*curState
, from
) != 0 ) {
23 FAIL("Expected %s", *curState
);