From: Michael Beck Date: Wed, 26 Feb 2003 10:38:33 +0000 (+0000) Subject: Added test name X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1b84434bd67686e47bd0138960c53fc21575d28e;p=libfirm Added test name [r832] --- diff --git a/testprograms/inheritance_example.c b/testprograms/inheritance_example.c index 0e9490729..a2e1a2e59 100644 --- a/testprograms/inheritance_example.c +++ b/testprograms/inheritance_example.c @@ -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);