xref: /xnu-8792.61.2/tests/bounded_array_ref.cpp (revision 42e220869062b56f8d7d0726fd4c88954f87902c)
1*42e22086SApple OSS Distributions //
2*42e22086SApple OSS Distributions // Test runner for all bounded_array_ref tests.
3*42e22086SApple OSS Distributions //
4*42e22086SApple OSS Distributions 
5*42e22086SApple OSS Distributions #include <darwintest.h>
6*42e22086SApple OSS Distributions 
7*42e22086SApple OSS Distributions T_GLOBAL_META(
8*42e22086SApple OSS Distributions 	T_META_NAMESPACE("bounded_array_ref"),
9*42e22086SApple OSS Distributions 	T_META_CHECK_LEAKS(false),
10*42e22086SApple OSS Distributions 	T_META_RUN_CONCURRENTLY(true)
11*42e22086SApple OSS Distributions 	);
12