[svn-r26328] Fixed a typo in tmisc.c.

This commit is contained in:
Dana Robinson 2015-02-27 06:05:02 -05:00
parent c16d230101
commit 7b7f0eafc5

View File

@ -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 */