From 60252c186dc0de2a01a55b3b821d407c1ab370a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 18 Nov 1996 12:43:26 -0800
Subject: [PATCH] minor fix

Rev: src/testsuite.in:1.9
---
 src/testsuite.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index 91132e4364..78c0e25b9c 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-test_true("$Id: testsuite.in,v 1.8 1996/11/14 01:36:32 hubbe Exp $")
+test_true([["$Id: testsuite.in,v 1.9 1996/11/18 20:43:26 hubbe Exp $"]])
 test_any([[object(File) o=File(); return objectp(o);]],1)
 test_any([[object o=Regexp("foo"); return objectp(o);]],1)
 test_any([[object o=Regexp("foo"); return object_program(o);]],Regexp)
-- 
GitLab