Skip to content

Commit

Permalink
Add run to mode list
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela authored and shonfeder committed Jan 13, 2023
1 parent 2b80018 commit 10b4bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quint/src/effects/modeChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function collectVariables(v: Variables): Variables[] {
}

const modeOrder =
['pureval', 'puredef', 'val', 'def', 'nondet', 'action', 'temporal']
['pureval', 'puredef', 'val', 'def', 'nondet', 'action', 'temporal', 'run']

function commonMode(m1: OpQualifier, m2: OpQualifier): OpQualifier {
const p1 = modeOrder.findIndex(elem => elem === m1)
Expand Down

0 comments on commit 10b4bfa

Please sign in to comment.