summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-10-20 20:46:07 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-10-20 20:46:07 (GMT)
commitc5888ae35b15c9a7d2a7e1e49290a3bbeb76a8da (patch)
tree96be95aac89a6140eac9a0fbd87046a4a754c600 /test/testhdf5.c
parent1b3954383f9a5590f12779178605216532bb515c (diff)
downloadhdf5-c5888ae35b15c9a7d2a7e1e49290a3bbeb76a8da.zip
hdf5-c5888ae35b15c9a7d2a7e1e49290a3bbeb76a8da.tar.gz
hdf5-c5888ae35b15c9a7d2a7e1e49290a3bbeb76a8da.tar.bz2
[svn-r7677] Purpose:
bug fix, update documentation Description: version 8 of Code Warrior has a bug on the open file function that causes one of our tests to fail documented this in the install instructions removed a CW specific header file include , that was left from version 6 from the file testhdf5.c Platforms tested: Code Warrior linux Misc. update:
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index 175f711..1fd2f34 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -37,10 +37,6 @@
*/
-#if defined __MWERKS__
-#include <console.h>
-#endif
-
#include <stdarg.h>
#define MAXNUMOFTESTS 30