aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/Compat84.v
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-02 14:14:24 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-02 14:14:24 +0200
commit1f2303052c5422699db2ef7673b35fae42108114 (patch)
treefe47c8a62a10b4dd47d94fc6ef1add6b538ea54e /test-suite/success/Compat84.v
parent97765d26702c536806d01a918150fd3101410e3d (diff)
parentf6856c5022ef27cdc492daadd1301cfcad025b01 (diff)
Merge PR#589: remove unneeded -emacs flag in coq-prog-args in test-suite files
Diffstat (limited to 'test-suite/success/Compat84.v')
-rw-r--r--test-suite/success/Compat84.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/Compat84.v b/test-suite/success/Compat84.v
index db6348fa1..732a024fc 100644
--- a/test-suite/success/Compat84.v
+++ b/test-suite/success/Compat84.v
@@ -1,4 +1,4 @@
-(* -*- coq-prog-args: ("-emacs" "-compat" "8.4") -*- *)
+(* -*- coq-prog-args: ("-compat" "8.4") -*- *)
Goal True.
solve [ constructor 1 ]. Undo.