From f0a690a3c0f5b5aec1edd59396ef4de91d127b5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 17 Feb 1997 21:23:25 -0800
Subject: [PATCH] one simple test added

Rev: src/testsuite.in:1.22
---
 src/testsuite.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index 6c41dcc157..d7c3ba109e 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,3 +1,4 @@
+test_true(time())
 test_compile_error([[mapping (string:array(string:string)) foo=([]); ]])
 test_compile_error([[int a() { switch(random(2)) { case 3: if(random(2)) { case 0: return 1; } else { case 1: return 2; } } }]])
 
@@ -43,7 +44,7 @@ test_true(arrayp( _next(({})) || _prev(({}))))
 test_any(object o=this_object(); while(o=_next(o)));
 test_any(object o=this_object(); while(o=_prev(o)));
 
-test_true([["$Id: testsuite.in,v 1.21 1997/02/14 04:42:39 hubbe Exp $"]])
+test_true([["$Id: testsuite.in,v 1.22 1997/02/18 05:23:25 hubbe Exp $"]])
 test_any([[object(Stdio.File) o=Stdio.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