summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-02-14 19:40:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-02-14 19:40:58 (GMT)
commit3a66bae1d8f05f812dcc1be30af4ce878343530b (patch)
treef7ce4be7f0c32dc8d1ad88fcfc3bc4d02906f08e /test/cache_common.c
parent4eefbc505a329d3c03d4470ce1240980a452beb9 (diff)
downloadhdf5-3a66bae1d8f05f812dcc1be30af4ce878343530b.zip
hdf5-3a66bae1d8f05f812dcc1be30af4ce878343530b.tar.gz
hdf5-3a66bae1d8f05f812dcc1be30af4ce878343530b.tar.bz2
[svn-r18253] Description:
Bring r18252 from trunk to 1.8 branch: Rename test macros that are [nearly] identical to source code macros to have "TEST" in their names, to avoid conflicts during compilation. (And add comment to originals in source code, to keep them in sync). Tested on: Mac OS X/32 10.6.2 (amazon) w/debug & production up041 machines (at Sandia)
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index 9e27c80..b623bac 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -1563,7 +1563,7 @@ entry_in_cache(H5C_t * cache_ptr,
HDassert( entry_ptr->type == type );
HDassert( entry_ptr == entry_ptr->self );
- H5C__SEARCH_INDEX(cache_ptr, entry_ptr->addr, test_ptr)
+ H5C_TEST__SEARCH_INDEX(cache_ptr, entry_ptr->addr, test_ptr)
if ( test_ptr != NULL ) {