Skip to content

Commit 4c88768

Browse files
committed
Debug output
1 parent b15a9b3 commit 4c88768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/kani-std-analysis/kani_std_analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def read_scan_functions(self):
8787

8888
for row in csv_reader:
8989
if len(row) >= 5:
90+
print(f"Row{self.crate}: " + str(row))
9091
name, is_unsafe, has_unsafe_ops = row[0], row[1], row[2]
9192
has_unsupported_input, has_loop = row[3], row[4]
9293
# An unsafe function is a function for which is_unsafe=true

0 commit comments

Comments
 (0)