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