Loading...
--- xnu/xnu-12377.101.15/tests/sched/headers_compat_cpp.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2024 Apple Inc. All rights reserved.
-
-#include <darwintest.h>
-#include <sys/sysctl.h>
-#include <unistd.h>
-
-#include "exported_headers.h"
-
-T_GLOBAL_META(T_META_NAMESPACE("xnu.scheduler"),
- T_META_RADAR_COMPONENT_NAME("xnu"),
- T_META_RADAR_COMPONENT_VERSION("scheduler"));
-
-T_DECL(headers_compat_cpp,
- "Verify that scheduler headers are compatible with C++",
- T_META_ENABLED(false) // Test is at build time.
- ) {
- // If we're here, it compiled!
- T_PASS("Great news: it compiles.");
-
- T_END;
-}