summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4251.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/4251.v')
-rw-r--r--test-suite/bugs/closed/4251.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4251.v b/test-suite/bugs/closed/4251.v
index 66343d66..f112e7b4 100644
--- a/test-suite/bugs/closed/4251.v
+++ b/test-suite/bugs/closed/4251.v
@@ -14,4 +14,4 @@ Check array Type.
Check fun A : Type => Ref A.
Definition abs_val (a : Type) :=
- bind (ref a) (fun r : array Type => array_make tt). \ No newline at end of file
+ bind (ref a) (fun r : array Type => array_make tt).