diff -r 733f22fca61a -r c80c910fe191 test/memstream_tests.h --- a/test/memstream_tests.h Wed Oct 10 09:32:06 2012 +0200 +++ b/test/memstream_tests.h Wed Oct 10 09:34:13 2012 +0200 @@ -14,11 +14,11 @@ /* assume open and close to be correct */ -UCX_TEST_DECLARE(test_ucx_memseektell) -UCX_TEST_DECLARE(test_ucx_memputc) -UCX_TEST_DECLARE(test_ucx_memgetc) -UCX_TEST_DECLARE(test_ucx_memwrite) -UCX_TEST_DECLARE(test_ucx_memread) +UCX_TEST_DECLARE(test_ucx_memseektell); +UCX_TEST_DECLARE(test_ucx_memputc); +UCX_TEST_DECLARE(test_ucx_memgetc); +UCX_TEST_DECLARE(test_ucx_memwrite); +UCX_TEST_DECLARE(test_ucx_memread); #ifdef __cplusplus }