]> git.saurik.com Git - apple/hfs.git/blobdiff - tests/cases/test-resize.m
hfs-556.100.11.tar.gz
[apple/hfs.git] / tests / cases / test-resize.m
index a9d085b8eb8e94ee0427185776798f98fb4b3800..1ae22ceaa6acd8d5176e3011552396d5e17470d6 100644 (file)
@@ -1,6 +1,6 @@
 #include <TargetConditionals.h>
 
-#if !TARGET_OS_EMBEDDED
+#if !(TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
 
 #include <unistd.h>
 #include <sys/fcntl.h>
@@ -76,4 +76,4 @@ int run_resize(__unused test_ctx_t *ctx)
        return 0;
 }
 
-#endif // !TARGET_OS_EMBEDDED
+#endif // !(TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)