tweak includes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32298 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-22 14:53:39 +00:00
parent ffa0e594f0
commit 556020d59e
9 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#import <Testing.h>
#import "Testing.h"
/* This is the absolute minimal test program ...
* a single test case involving plain C and no Objective-C code.

View file

@ -1,4 +1,4 @@
#import <Testing.h>
#import "Testing.h"
/* A second test ... your first go at testing with ObjectiveC
*

View file

@ -1,4 +1,4 @@
#import <Testing.h>
#import "Testing.h"
/* A third test ... using test macros.
*

View file

@ -1,4 +1,4 @@
#import <Testing.h>
#import "Testing.h"
/* A fourth test ... testing for an exception.
*

View file

@ -1,4 +1,4 @@
#import <Testing.h>
#import "Testing.h"
/* A fifth test ... hope.
*

View file

@ -1,4 +1,4 @@
#import <Testing.h>
#import "Testing.h"
/* A sixth test ... need.
*

View file

@ -1,4 +1,4 @@
#import <Testing.h>
#import "Testing.h"
/* A seventh test ... nesting sets.
*

View file

@ -1,4 +1,4 @@
#import <Testing.h>
#import "Testing.h"
#import <NSFoundation/NSGeometry.h>
/* An eighth test ... complex code fragments

View file

@ -1,4 +1,4 @@
#import <Testing.h>
#import "Testing.h"
#import <NSFoundation/NSGeometry.h>
/* A ninth test ... unsupported tests