Loading...
tests/bounded_ptr_03.cpp xnu-12377.101.15 /dev/null
--- xnu/xnu-12377.101.15/tests/bounded_ptr_03.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// Make sure that the forward declaration header can be included in C++03.
-//
-
-#include <libkern/c++/bounded_ptr_fwd.h>
-#include <darwintest.h>
-
-T_GLOBAL_META(
-	T_META_NAMESPACE("bounded_ptr_cxx03"),
-	T_META_CHECK_LEAKS(false),
-	T_META_RUN_CONCURRENTLY(true)
-	);
-
-T_DECL(fwd_decl, "bounded_ptr_cxx03.fwd_decl") {
-	T_PASS("bounded_ptr_cxx03.fwd_decl compiled successfully");
-}