Loading...
tests/bounded_ptr_03.cpp xnu-12377.101.15 xnu-8019.41.5
--- xnu/xnu-12377.101.15/tests/bounded_ptr_03.cpp
+++ xnu/xnu-8019.41.5/tests/bounded_ptr_03.cpp
@@ -5,12 +5,6 @@
 #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");
+T_DECL(fwd_decl_cxx03, "bounded_ptr.fwd_decl.cxx03") {
+	T_PASS("bounded_ptr.fwd_decl.cxx03 compiled successfully");
 }