Skip to content

Commit 59d15d6

Browse files
author
Remi Delmas
committed
formatting
1 parent 22f8b10 commit 59d15d6

File tree

1 file changed

+1
-1
lines changed
  • regression/contracts/assigns_enforce_statics_subfunctions

1 file changed

+1
-1
lines changed

regression/contracts/assigns_enforce_statics_subfunctions/test2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ int main()
5353
// must fail because x was modified
5454
__CPROVER_assert(old_x == x, "old_x == x expecting FAILURE");
5555
return 0;
56-
}
56+
}

0 commit comments

Comments
 (0)