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