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