Update note in auto-generated file comment

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2024-05-30 14:26:36 +01:00
parent 5792639496
commit 7231e5e9c1
+1 -1
View File
@@ -93,7 +93,7 @@ def write_output_file(output_file_name: str, arrays: str, look_up_table: str):
with open(output_file_name, 'wt') as output:
output.write("""\
/*********************************************************************************
* This file was automatically generated from tests/scripts/generate_test_keys.py.
* This file was automatically generated from framework/scripts/generate_test_keys.py.
* Please do not edit it manually.
*********************************************************************************/
""")