Skip to content

Commit

Permalink
Merge branch 'master' into fix-extern-constructors-in-go
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer authored Oct 9, 2024
2 parents c884930 + cb5666e commit e8c3f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %exits-with 4 %verify "%s" --performance-stats=10 --relax-definite-assignment --allow-axioms > "%t"
// RUN: %exits-with 4 %verify "%s" --performance-stats=100 --relax-definite-assignment --allow-axioms > "%t"
// RUN: %diff "%s.expect" "%t"

module AssignmentToNat {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ SubsetTypes.dfy(459,15): Error: assertion might not hold
SubsetTypes.dfy(464,13): Error: assertion might not hold

Dafny program verifier finished with 13 verified, 91 errors
Total resources used is 774980
Max resources used by VC is 101850
Total resources used is 775000
Max resources used by VC is 101900

0 comments on commit e8c3f34

Please sign in to comment.