diff options
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/output/SuggestProofUsing.out | 2 | ||||
| -rw-r--r-- | test-suite/output/SuggestProofUsing.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/output/SuggestProofUsing.out b/test-suite/output/SuggestProofUsing.out index 97cb0fdd89..8d67a4a4b7 100644 --- a/test-suite/output/SuggestProofUsing.out +++ b/test-suite/output/SuggestProofUsing.out @@ -1,4 +1,4 @@ -The proof of Top#Sec#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. diff --git a/test-suite/output/SuggestProofUsing.v b/test-suite/output/SuggestProofUsing.v index b0b514a52b..00b6f8e183 100644 --- a/test-suite/output/SuggestProofUsing.v +++ b/test-suite/output/SuggestProofUsing.v @@ -3,7 +3,7 @@ Set Suggest Proof Using. Section Sec. Variables A B : Type. - (* Some normal lemma. Sadly the internal name gets printed. *) + (* Some normal lemma. *) Lemma nat : Set. Proof. exact nat. |
