diff options
Diffstat (limited to 'src/property.ml')
| -rw-r--r-- | src/property.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property.ml b/src/property.ml index 955e755d..83594f4f 100644 --- a/src/property.ml +++ b/src/property.ml @@ -132,7 +132,7 @@ type query = | Q_or of query list let default_query = - Q_or [Q_and [Q_all Assertion; Q_all Return; Q_not (Q_exist Match)]; Q_exist Overflow; Q_not (Q_all Assumption)] + Q_or [Q_and [Q_not (Q_exist Assertion); Q_all Return; Q_not (Q_exist Match)]; Q_exist Overflow; Q_not (Q_all Assumption)] module Event = struct type t = event |
