Skip to content

Commit

Permalink
Attempt to fix proof failure for GC.bpl
Browse files Browse the repository at this point in the history
  • Loading branch information
atomb committed Aug 11, 2023
1 parent b0d13f0 commit 29854ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/civl/samples/GC.bpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
//

// RUN: %parallel-boogie "%s" > "%t"
// RUN: %parallel-boogie -vcsSplitOnEveryAssert "%s" > "%t"
// RUN: %diff "%s.expect" "%t"

type {:linear "tid"} X = int;
Expand Down

0 comments on commit 29854ff

Please sign in to comment.