Author: stsp
Date: Sat May 21 20:23:07 2011
New Revision: 1125797
URL: http://svn.apache.org/viewvc?rev=1125797&view=rev
Log:
* subversion/tests/libsvn_sutr/stream-test.c
(test_stream_compressed): Fix a typo in macro name passed to #undef.
Modified:
subversion/trunk/subversion/tests/libsvn_subr/stream-test.c
Modified: subversion/trunk/subversion/tests/libsvn_subr/stream-test.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/stream-test.c?rev=1125797&r1=1125796&r2=1125797&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/stream-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/stream-test.c Sat May 21
20:23:07 2011
@@ -221,7 +221,7 @@ test_stream_compressed(apr_pool_t *pool)
#undef NUM_TEST_STRINGS
#undef TEST_BUF_SIZE
-#undef GENEREATED_SIZE
+#undef GENERATED_SIZE
svn_pool_destroy(subpool);
return SVN_NO_ERROR;