]> git.saurik.com Git - apple/xnu.git/blame - tests/bounded_array_ref.cpp
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / bounded_array_ref.cpp
CommitLineData
f427ee49
A
1//
2// Test runner for all bounded_array_ref tests.
3//
4
5#include <darwintest.h>
6
7T_GLOBAL_META(
8 T_META_NAMESPACE("bounded_array_ref"),
9 T_META_CHECK_LEAKS(false),
10 T_META_RUN_CONCURRENTLY(true)
11 );