diff --git a/src/testsuite.in b/src/testsuite.in index 91132e4364357c72a04a17c8220a5bccd0b4ef32..78c0e25b9c853675be94b28468f8a3b013193026 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)