diff options
author | comex | 2015-01-19 19:12:32 -0500 |
---|---|---|
committer | comex | 2015-01-19 19:12:32 -0500 |
commit | c25b9e2337aad02073a199619f6f754f15cccd38 (patch) | |
tree | 603f3bcdc6eb687c11c077f350cde53fc1700898 /test | |
parent | some reorganization (diff) | |
download | substitute-c25b9e2337aad02073a199619f6f754f15cccd38.tar.gz |
more reorganization - move OS X/iOS specific stuff into its own directory
Diffstat (limited to 'test')
-rw-r--r-- | test/test-imp-forwarding.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-imp-forwarding.m b/test/test-imp-forwarding.m index 98898e1..94f0d36 100644 --- a/test/test-imp-forwarding.m +++ b/test/test-imp-forwarding.m @@ -1,4 +1,4 @@ -#include "../lib/objc.c" +#include "../lib/darwin/objc.c" #include <objc/runtime.h> #include <stdio.h> #include <assert.h> |