diff options
| author | Gaetan Gilbert | 2017-04-12 16:12:58 +0200 |
|---|---|---|
| committer | Gaetan Gilbert | 2017-04-14 14:03:18 +0200 |
| commit | e73b124a9d504e1759d4a4a0d3899882f58d459a (patch) | |
| tree | ac8a7937454e13435a8477045b700b9c4268f2b1 /test-suite | |
| parent | 582fab072375924ce380148c8a92dbc2b4ec30cc (diff) | |
Fix anomaly when doing [all:Check _.] during a proof.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/success/all-check.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/success/all-check.v b/test-suite/success/all-check.v new file mode 100644 index 0000000000..391bc540e4 --- /dev/null +++ b/test-suite/success/all-check.v @@ -0,0 +1,3 @@ +Goal True. +Fail all:Check _. +Abort. |
