diff options
Diffstat (limited to 'test/nil/test_sequence_001.h')
-rw-r--r-- | test/nil/test_sequence_001.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/nil/test_sequence_001.h b/test/nil/test_sequence_001.h index 72aaaf374..47ae8315b 100644 --- a/test/nil/test_sequence_001.h +++ b/test/nil/test_sequence_001.h @@ -14,9 +14,9 @@ limitations under the License.
*/
-#ifndef _TEST_SEQUENCE_000_H_
-#define _TEST_SEQUENCE_000_H_
+#ifndef _TEST_SEQUENCE_001_H_
+#define _TEST_SEQUENCE_001_H_
-extern const testcase_t * const test_sequence_000[];
+extern const testcase_t * const test_sequence_001[];
-#endif /* _TEST_SEQUENCE_000_H_ */
+#endif /* _TEST_SEQUENCE_001_H_ */
|