summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-list.c
diff options
context:
space:
mode:
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