aboutsummaryrefslogtreecommitdiff
path: root/test/suites/attestation/attest_token_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/suites/attestation/attest_token_test.c')
-rw-r--r--test/suites/attestation/attest_token_test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/suites/attestation/attest_token_test.c b/test/suites/attestation/attest_token_test.c
index dd0db4ba13..847f3e184c 100644
--- a/test/suites/attestation/attest_token_test.c
+++ b/test/suites/attestation/attest_token_test.c
@@ -2,6 +2,7 @@
* attest_token_test.c
*
* Copyright (c) 2018-2019, Laurence Lundblade.
+ * Copyright (c) 2020, Arm Limited.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -79,7 +80,7 @@ int token_main_alt(uint32_t option_flags,
return return_value;
}
-#ifdef INCLUDE_TEST_CODE_AND_KEY_ID /* Remove them from release build */
+#ifdef INCLUDE_TEST_CODE /* Remove them from release build */
/**
* This is the expected output for the minimal test. It is the result
* of creating a token with \ref TOKEN_OPT_SHORT_CIRCUIT_SIGN and \ref
@@ -230,7 +231,7 @@ int_fast16_t buffer_too_small_test()
return return_value;
}
-#endif /* INCLUDE_TEST_CODE_AND_KEY_ID */
+#endif /* INCLUDE_TEST_CODE */
/**