]> git.saurik.com Git - apple/hfs.git/blobdiff - tests/cases/test-file-too-big.m
hfs-556.100.11.tar.gz
[apple/hfs.git] / tests / cases / test-file-too-big.m
index 72af2528d99357635bb5f166246ab98e7df03c32..aa58142addc60a81f16787b6e6fcd47bbc445937 100644 (file)
@@ -1,6 +1,6 @@
 #include <TargetConditionals.h>
 
-#if !TARGET_OS_EMBEDDED
+#if !(TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
 
 #include <sys/time.h>
 #include <fcntl.h>
@@ -93,4 +93,4 @@ int run_file_too_big(__unused test_ctx_t *ctx)
        return 0;
 }
 
-#endif // !TARGET_OS_EMBEDDED
+#endif // !(TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)