summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3477.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3477.v')
-rw-r--r--test-suite/bugs/closed/3477.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3477.v b/test-suite/bugs/closed/3477.v
index e9414864..3ed63604 100644
--- a/test-suite/bugs/closed/3477.v
+++ b/test-suite/bugs/closed/3477.v
@@ -6,4 +6,4 @@ Proof.
intros A B.
evar (a : prod A B); evar (f : (prod A B -> Set)).
let a' := (eval unfold a in a) in
- set(foo:=eq_refl : a' = (@pair _ _ (fst a') (snd a'))). \ No newline at end of file
+ set(foo:=eq_refl : a' = (@pair _ _ (fst a') (snd a'))).