Added test name
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 Feb 2003 10:38:33 +0000 (10:38 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 Feb 2003 10:38:33 +0000 (10:38 +0000)
[r832]

testprograms/inheritance_example.c

index 0e94907..a2e1a2e 100644 (file)
@@ -45,7 +45,7 @@ int main(int argc, char **argv)
   type  *intt;
   entity *i_m1e, *c_m1e, *c_m2e, *e_m2e, *d_be, *e_ae;   /*        e names entities    */
 
-  printf("\nCreating type information...\n");
+  printf("\nCreating type information for INHERITANCE_EXAMPLE ...\n");
 
   /** init library */
   init_firm (NULL);