mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
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:
parent
ffa0e594f0
commit
556020d59e
9 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#import <Testing.h>
|
||||
#import "Testing.h"
|
||||
|
||||
/* A second test ... your first go at testing with ObjectiveC
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#import <Testing.h>
|
||||
#import "Testing.h"
|
||||
|
||||
/* A third test ... using test macros.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#import <Testing.h>
|
||||
#import "Testing.h"
|
||||
|
||||
/* A fourth test ... testing for an exception.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#import <Testing.h>
|
||||
#import "Testing.h"
|
||||
|
||||
/* A fifth test ... hope.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#import <Testing.h>
|
||||
#import "Testing.h"
|
||||
|
||||
/* A sixth test ... need.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#import <Testing.h>
|
||||
#import "Testing.h"
|
||||
|
||||
/* A seventh test ... nesting sets.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#import <Testing.h>
|
||||
#import "Testing.h"
|
||||
#import <NSFoundation/NSGeometry.h>
|
||||
|
||||
/* An eighth test ... complex code fragments
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#import <Testing.h>
|
||||
#import "Testing.h"
|
||||
#import <NSFoundation/NSGeometry.h>
|
||||
|
||||
/* A ninth test ... unsupported tests
|
||||
|
|
Loading…
Reference in a new issue