aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4400.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/4400.v')
-rw-r--r--test-suite/bugs/closed/4400.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4400.v b/test-suite/bugs/closed/4400.v
index 5c23f8404..a89cf0cbc 100644
--- a/test-suite/bugs/closed/4400.v
+++ b/test-suite/bugs/closed/4400.v
@@ -1,4 +1,4 @@
-(* -*- coq-prog-args: ("-emacs" "-require" "Coq.Compat.Coq84" "-compat" "8.4") -*- *)
+(* -*- coq-prog-args: ("-require" "Coq.Compat.Coq84" "-compat" "8.4") -*- *)
Require Import Coq.Lists.List Coq.Logic.JMeq Program.Equality.
Set Printing Universes.
Inductive Foo (I : Type -> Type) (A : Type) : Type :=