diff --git a/testsuite/symbols-test b/testsuite/symbols-test
index 43d18736f30c08b2f8a52c7dc83d03a8abacb916..394848eb2610c261af5d47eccba1d66cf71cd6c0 100755
--- a/testsuite/symbols-test
+++ b/testsuite/symbols-test
@@ -6,6 +6,8 @@ if [ -z "$srcdir" ] ; then
   srcdir=`pwd`
 fi
 
+# FIXME: Check libhogweed.a too.
+
 # * nm on aix seems to generate bogus outbut including random binary
 #   data. Using -g is a workaround to get rid of that. But nm -g
 #   doesn't work on Solaris-2.4, so try nm -g first, and plain nm if