summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3560.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3560.v')
-rw-r--r--test-suite/bugs/closed/3560.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3560.v b/test-suite/bugs/closed/3560.v
index 65ce4fb6..a740675f 100644
--- a/test-suite/bugs/closed/3560.v
+++ b/test-suite/bugs/closed/3560.v
@@ -12,4 +12,4 @@ Goal forall (A B : Type) (C : Type), Equiv (A -> B -> C) (A * B -> C).
Proof.
intros.
exists (fun u => fun x => u (fst x) (snd x)).
-Abort. \ No newline at end of file
+Abort.