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