aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/4803.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/bugs/opened/4803.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/bugs/opened/4803.v')
-rw-r--r--test-suite/bugs/opened/4803.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/4803.v b/test-suite/bugs/opened/4803.v
index 4530548b8..4541f13d0 100644
--- a/test-suite/bugs/opened/4803.v
+++ b/test-suite/bugs/opened/4803.v
@@ -1,4 +1,4 @@
-(* -*- coq-prog-args: ("-emacs" "-compat" "8.4") -*- *)
+(* -*- coq-prog-args: ("-compat" "8.4") -*- *)
(*Suppose a user wants to declare a new list-like notation with support for singletons in both 8.4 and 8.5. If they use*)
Require Import Coq.Lists.List.
Require Import Coq.Vectors.Vector.