Skip to content

Commit 7231e5e

Browse files
Update note in auto-generated file comment
Signed-off-by: David Horstmann <[email protected]>
1 parent 5792639 commit 7231e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_test_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def write_output_file(output_file_name: str, arrays: str, look_up_table: str):
9393
with open(output_file_name, 'wt') as output:
9494
output.write("""\
9595
/*********************************************************************************
96-
* This file was automatically generated from tests/scripts/generate_test_keys.py.
96+
* This file was automatically generated from framework/scripts/generate_test_keys.py.
9797
* Please do not edit it manually.
9898
*********************************************************************************/
9999
""")

0 commit comments

Comments
 (0)