Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolate assertions attribute #5247

Merged
Prev Previous commit
Next Next commit
Update docs/DafnyRef/Attributes.md
Co-authored-by: Mikaël Mayer <[email protected]>
  • Loading branch information
keyboardDrummer and MikaelMayer committed Mar 27, 2024
commit b11e20d9e0e069863dc96c3d328c84124aef8fe2
2 changes: 1 addition & 1 deletion docs/DafnyRef/Attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ Defaults to 1.
If [`{:isolate_assertions}`](#sec-isolate_assertions) is set, then this parameter is useless.

### 11.2.25. `{:isolate_assertions}` {#sec-isolate_assertions}
Per-method version of the command-line option `/vcsSplitOnEveryAssert`.
Per-method version of the command-line option<span id="sec-vcs_split_on_every_assert"></span> `/vcsSplitOnEveryAssert`

In the first and only verification round, this option will split the original [assertion batch](#sec-assertion-batches)
into one assertion batch per assertion.
Expand Down
Loading