aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorcomex2015-01-19 19:12:32 -0500
committercomex2015-01-19 19:12:32 -0500
commitc25b9e2337aad02073a199619f6f754f15cccd38 (patch)
tree603f3bcdc6eb687c11c077f350cde53fc1700898 /test
parentsome reorganization (diff)
downloadsubstitute-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.m2
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>