Skip to content

Commit d23eabc

Browse files
committed
Check that original/linked_list.rs is unchanged
1 parent 7fb4275 commit d23eabc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

verifast-proofs/check-verifast-proofs.mysh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cd alloc
33
cd linked_list
44
verifast -rustc_args "--edition 2021 --cfg test" -skip_specless_fns verified/lib.rs
55
refinement-checker --rustc-args "--edition 2021 --cfg test" original/lib.rs verified/lib.rs
6+
diff ../../../../library/alloc/src/collections/linked_list.rs original/linked_list.rs
67
cd ..
78
cd ..
89
cd ..

0 commit comments

Comments
 (0)