OSDN Git Service

for gcc 2.95.4
[ccunit/ccunit.git] / src / ccunit / CCUnitTestSuite.h
index 68be755..711f02b 100755 (executable)
@@ -66,7 +66,7 @@ typedef struct CCUnitTestSuiteDfn
 {
   CCUnitTestDfn test;              /**< super class */
   const char* name;                /**< test suite name */
-  CCUnitTestDfn* tests[];          /**< added test case/suite list */
+  CCUnitTestDfn** tests;           /**< added test case/suite list */
 } CCUnitTestSuiteDfn;
 
 /**