Move the Testing.h include out of the #ifdef so the unsupported() call works.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32343 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2011-02-24 12:11:11 +00:00
parent e4ddd5a810
commit bb271d0efd

View file

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#import "Testing.h"
#if defined(GNUSTEP_BASE_LIBRARY) && (GS_USE_LIBXML == 1)
#import <GNUstepBase/GSXML.h>
#import "Testing.h"
#import "ObjectTesting.h"
int main()
{