mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r26328] Fixed a typo in tmisc.c.
This commit is contained in:
parent
c16d230101
commit
7b7f0eafc5
@ -5345,7 +5345,7 @@ test_misc32(void)
|
||||
buffer = H5allocate_memory(0, FALSE);
|
||||
CHECK_PTR_NULL(buffer, "H5allocate_memory"); /*BAD*/
|
||||
buffer = H5allocate_memory(0, TRUE);
|
||||
CHECK_PTR_NULL(buffer, "H5allocate_memory"); /*BAD*/a
|
||||
CHECK_PTR_NULL(buffer, "H5allocate_memory"); /*BAD*/
|
||||
#endif /* NDEBUG */
|
||||
|
||||
/* RESIZE */
|
||||
|
Loading…
x
Reference in New Issue
Block a user