summaryrefslogtreecommitdiff
path: root/tests/run-loader.c
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2007-12-27 21:11:27 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2007-12-27 21:11:27 +0000
commit3c947364518c8d42fe4914fa7017b6ef8dabfb53 (patch)
tree18d11eceb857ae4e5be0fb3e24063705c6283854 /tests/run-loader.c
parent98683c2dcc0591aa96aa0a75208ad5470f1d3efd (diff)
downloadlibyaml-3c947364518c8d42fe4914fa7017b6ef8dabfb53.tar.gz
Fixed bugs and updated tests.
git-svn-id: http://svn.pyyaml.org/libyaml/trunk@265 18f92427-320e-0410-9341-c67f048884a3
Diffstat (limited to 'tests/run-loader.c')
-rw-r--r--tests/run-loader.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-loader.c b/tests/run-loader.c
index 8c36b66..cb41b2b 100644
--- a/tests/run-loader.c
+++ b/tests/run-loader.c
@@ -11,6 +11,7 @@
int
main(int argc, char *argv[])
{
+#if 0
int number;
if (argc < 2) {
@@ -58,6 +59,7 @@ main(int argc, char *argv[])
printf("%s (%d documents)\n", (error ? "FAILURE" : "SUCCESS"), count);
}
+#endif
return 0;
}