diff options
| author | Gaëtan Gilbert | 2018-12-14 13:29:06 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-12-17 14:48:24 +0100 |
| commit | b9f78d6b3da817de84e42eca90e3807004452046 (patch) | |
| tree | e3071139f2afc0215d803b277b7c875982970370 /test-suite | |
| parent | 854d3e1b404fb3ee9087ffb07cbba7cc9196c1f9 (diff) | |
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. |
