aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjames <>2008-02-14 00:57:58 +0000
committerjames <>2008-02-14 00:57:58 +0000
commitccc64e79a870d37ddff7afa92a41fd9a8dbecd42 (patch)
tree0bdb47259ef1654c9d2707a1d698770b7012effe /test
parent9813b15b4b9d07fac6c20ab13194c446fd119ee6 (diff)
downloadsympathy-ccc64e79a870d37ddff7afa92a41fd9a8dbecd42.tar.gz
sympathy-ccc64e79a870d37ddff7afa92a41fd9a8dbecd42.tar.bz2
sympathy-ccc64e79a870d37ddff7afa92a41fd9a8dbecd42.zip
*** empty log message ***
Diffstat (limited to 'test')
-rw-r--r--test/test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.c b/test/test.c
index f9b2016..92ffdda 100644
--- a/test/test.c
+++ b/test/test.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.4 2008/02/14 00:57:58 james
+ * *** empty log message ***
+ *
* Revision 1.3 2008/02/13 18:05:06 james
* *** empty log message ***
*
@@ -26,9 +29,6 @@ static char rcsid[] = "$Id$";
int main(int argc,char *argv[])
{
-ring_test();
-return 0;
-testy();
return 0;
}