xref: /xnu-10002.1.13/tests/bounded_array.cpp (revision 1031c584a5e37aff177559b9f69dbd3c8c3fd30a)
1 //
2 // Test runner for all bounded_array tests.
3 //
4 
5 #include <darwintest.h>
6 
7 T_GLOBAL_META(
8 	T_META_NAMESPACE("bounded_array"),
9 	T_META_CHECK_LEAKS(false),
10 	T_META_RUN_CONCURRENTLY(true)
11 	);
12