darling-xnu/tests/bounded_array_ref.cpp
2023-05-16 21:41:14 -07:00

12 lines
198 B
C++

//
// Test runner for all bounded_array_ref tests.
//
#include <darwintest.h>
T_GLOBAL_META(
T_META_NAMESPACE("bounded_array_ref"),
T_META_CHECK_LEAKS(false),
T_META_RUN_CONCURRENTLY(true)
);