diff options
Diffstat (limited to 'test/nil/test_root.c')
-rw-r--r-- | test/nil/test_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nil/test_root.c b/test/nil/test_root.c index 94f88f2a4..fb835b88d 100644 --- a/test/nil/test_root.c +++ b/test/nil/test_root.c @@ -34,8 +34,8 @@ * @brief Array of all the test sequences.
*/
const testcase_t * const *test_suite[] = {
- test_sequence_000,
test_sequence_001,
+ test_sequence_002,
NULL
};
|