Skip to content

Commit

Permalink
Break FC point exercise to test that CI detects errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Boston committed Dec 7, 2022
1 parent e8ca835 commit ea46f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/functional-correctness/point/exercise.saw
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ let point_new_spec = do {
point_new_ov <- llvm_verify m "point_new" [] true point_new_spec z3;

let point_copy_spec = do {
(p, p_ptr) <- ptr_to_fresh_readonly "p" (llvm_struct "struct.point");
(p, p_ptr) <- ptr_to_fresh "p" (llvm_struct "struct.point");

llvm_execute_func [p_ptr];

Expand Down

0 comments on commit ea46f09

Please sign in to comment.