diff options
| author | Gaëtan Gilbert | 2020-06-08 09:18:34 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-06-08 09:36:18 +0200 |
| commit | 10e90e268d874b58bf4462677d20dcb893ed0588 (patch) | |
| tree | 66da32b9a679adcbd859074fc997737888bd9739 /test-suite/output/SuggestProofUsing.out | |
| parent | aad87d7e7d7b68b13e33f58b8d5b5a6f824d3f38 (diff) | |
Don't suggest Proof using when no section variables
Fix #12447
Diffstat (limited to 'test-suite/output/SuggestProofUsing.out')
| -rw-r--r-- | test-suite/output/SuggestProofUsing.out | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test-suite/output/SuggestProofUsing.out b/test-suite/output/SuggestProofUsing.out index 8d67a4a4b7..010e217efb 100644 --- a/test-suite/output/SuggestProofUsing.out +++ b/test-suite/output/SuggestProofUsing.out @@ -1,7 +1,11 @@ -The proof of nat should start with one of the following commands: +The proof of Nat should start with one of the following commands: Proof using . Proof using Type*. Proof using Type. The proof of foo should start with one of the following commands: Proof using A B. Proof using All. +The proof of sec_exactproof should start with one of the following commands: +Proof using . +Proof using Type*. +Proof using Type. |
