From b9f78d6b3da817de84e42eca90e3807004452046 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Fri, 14 Dec 2018 13:29:06 +0100 Subject: Fix classification of Set Default Proof Mode. --- test-suite/stm/classify_set_proof_mode_9093.v | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-suite/stm/classify_set_proof_mode_9093.v (limited to 'test-suite') 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. -- cgit v1.2.3