Skip to content

Commit

Permalink
Increase rounding to let SubsetTypes test pass on OSX (#5816)
Browse files Browse the repository at this point in the history
Currently nightly is failing:
https://github.com/dafny-lang/dafny/actions/runs/11237776009/job/31265011469
### Description
- Increase rounding to let SubsetTypes test pass on OSX.

### How has this been tested?
- The change is to let a test pass

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
  • Loading branch information
keyboardDrummer authored Oct 9, 2024
1 parent cde4a05 commit cb5666e
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 cb5666e

Please sign in to comment.