diff options
| author | Pierre-Marie Pédrot | 2021-03-06 17:42:15 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2021-03-06 17:42:15 +0100 |
| commit | 0d20fdbd82da5c4008a2d49bbf7aad92ada25227 (patch) | |
| tree | 61cb22cedc163392c294b05352cc4fb972c10525 /test-suite/bugs | |
| parent | 9061480b2071d1ab0ccdd7fefeecf932345634dd (diff) | |
| parent | 2da1eef317464036e3a122368508a5f3e4d21f6d (diff) | |
Merge PR #13586: Support nested timeouts
Reviewed-by: ppedrot
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/bug_13586.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_13586.v b/test-suite/bugs/closed/bug_13586.v new file mode 100644 index 0000000000..6a739c364a --- /dev/null +++ b/test-suite/bugs/closed/bug_13586.v @@ -0,0 +1,6 @@ +Goal True. +Fail timeout 2 ((timeout 1 repeat cut True) || (repeat cut True)). +Fail Timeout 2 ((timeout 1 repeat cut True) || (repeat cut True)). +Fail timeout 1 ((timeout 2 repeat cut True) || idtac "fail"). +auto. +Qed. |
