summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-list.c
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-12-15 20:20:38 +0100
committerLudovic Courtès <ludo@gnu.org>2009-12-15 20:20:38 +0100
commitbc4adf173935b7f5e975be3973a0be4d681ac82d (patch)
tree9a66e7e94cd0bef8583bd62f37e85cb847ffa7df /test-suite/standalone/test-list.c
parent1cd4fffcde4edd4853e039da9a42e0972d851a51 (diff)
downloadguile-bc4adf173935b7f5e975be3973a0be4d681ac82d.tar.gz
Remove unneeded #include <assert.h>.
* libguile/backtrace.c, libguile/eval.c, libguile/gc.c, libguile/goops.c, libguile/memoize.c, libguile/threads.c, libguile/uniform.c, libguile/vm.c, test-suite/standalone/test-conversion.c, test-suite/standalone/test-list.c: Don't include <assert.h>.
Diffstat (limited to 'test-suite/standalone/test-list.c')
-rw-r--r--test-suite/standalone/test-list.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-suite/standalone/test-list.c b/test-suite/standalone/test-list.c
index 824463447..b298a4eae 100644
--- a/test-suite/standalone/test-list.c
+++ b/test-suite/standalone/test-list.c
@@ -1,6 +1,6 @@
/* test-list.c - exercise libguile/list.c functions */
-/* Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -25,7 +25,6 @@
#include <libguile.h>
#include <stdio.h>
-#include <assert.h>
#include <string.h>
/* pretty trivial, but ensure this entrypoint exists, since it was