aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-04-05 12:56:52 -0400
committerGravatar Jason Gross <jgross@mit.edu>2016-04-05 13:01:59 -0400
commita585d46fbacfcc9cddf3da439e5f7001d429ba2a (patch)
tree67a7832dd74816fb400451a9bb19af1ccb9b28a5 /test-suite/bugs
parent4c078b0362542908eb2fe1d63f0d867b339953fd (diff)
Fix bug #4656
I introduced this bug in 4c078b0362542908eb2fe1d63f0d867b339953fd; Coq.Init.Notations.constructor does not take any arguments.
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/4656.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/4656.v b/test-suite/bugs/closed/4656.v
new file mode 100644
index 000000000..c89a86d63
--- /dev/null
+++ b/test-suite/bugs/closed/4656.v
@@ -0,0 +1,4 @@
+(* -*- coq-prog-args: ("-emacs" "-compat" "8.4") -*- *)
+Goal True.
+ constructor 1.
+Qed.