diff options
| author | Enrico Tassi | 2018-12-18 13:24:32 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2018-12-18 13:24:32 +0100 |
| commit | 58c588575b8eae1cf5d74b49b60b248816d6a3e9 (patch) | |
| tree | 46729c6ff7f69d4ce8df7653c6e395ca8889a361 /test-suite | |
| parent | 5dffdc66a47acd919c148e2e774252b4b4b51859 (diff) | |
| parent | b9f78d6b3da817de84e42eca90e3807004452046 (diff) | |
Merge PR #9222: Fix classification of Set Default Proof Mode.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/stm/classify_set_proof_mode_9093.v | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/stm/classify_set_proof_mode_9093.v b/test-suite/stm/classify_set_proof_mode_9093.v new file mode 100644 index 0000000000..d3f73ff435 --- /dev/null +++ b/test-suite/stm/classify_set_proof_mode_9093.v @@ -0,0 +1,9 @@ +(* -*- coq-prog-args: ("-async-proofs" "on" "-noinit"); -*- *) + +Declare ML Module "ltac_plugin". + +Set Default Proof Mode "Classic". + +Goal Prop. + idtac. +Abort. |
