Skip to content

Commit f8feb45

Browse files
authored
Merge branch 'kendratests' into kendratests
2 parents 1e3c32c + b7c9e19 commit f8feb45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chc/cmdline/AnalysisManager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Copyright (c) 2017-2020 Kestrel Technology LLC
88
# Copyright (c) 2020-2022 Henny Sipma
9-
# Copyright (c) 2023-2024 Aarno Labs LLC
9+
# Copyright (c) 2023-2026 Aarno Labs LLC
1010
#
1111
# Permission is hereby granted, free of charge, to any person obtaining a copy
1212
# of this software and associated documentation files (the "Software"), to deal
@@ -352,7 +352,7 @@ def generate_and_check_file(
352352
stdout=open(os.devnull, "w"),
353353
stderr=subprocess.STDOUT,
354354
)
355-
print_status("\nResult: " + str(result))
355+
print_status("\nGenerate-and-check: result: " + str(result))
356356
if result != 0:
357357
chklogger.logger.error(
358358
"Error in generating invariants for %s", cfilename)

0 commit comments

Comments
 (0)