summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4723.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/4723.v')
-rw-r--r--test-suite/bugs/closed/4723.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4723.v b/test-suite/bugs/closed/4723.v
index 88848121..5fb9696f 100644
--- a/test-suite/bugs/closed/4723.v
+++ b/test-suite/bugs/closed/4723.v
@@ -25,4 +25,4 @@ Program Fact kp_assoc
(x: Matrix xr xc) (y: Matrix yr yc) (z: Matrix zr zc):
kp x (kp y z) = kp (kp x y) z.
admit.
-Admitted. \ No newline at end of file
+Admitted.