summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-loose-ends.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/test-loose-ends.c')
-rw-r--r--test-suite/standalone/test-loose-ends.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-suite/standalone/test-loose-ends.c b/test-suite/standalone/test-loose-ends.c
index b4ea5b94a..40b358b99 100644
--- a/test-suite/standalone/test-loose-ends.c
+++ b/test-suite/standalone/test-loose-ends.c
@@ -3,7 +3,7 @@
* Test items of the Guile C API that aren't covered by any other tests.
*/
-/* Copyright (C) 2009, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2009, 2012, 2014 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,6 +25,8 @@
# include <config.h>
#endif
+#undef NDEBUG
+
#include <libguile.h>
#include <stdio.h>