From 5056a29d9307e19303bcc8cf449edc692be7b268 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Sat, 8 Feb 2014 03:06:05 +0800 Subject: Remove notice of early version --- test/driver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') diff --git a/test/driver.c b/test/driver.c index e28045c5d..0116f4584 100644 --- a/test/driver.c +++ b/test/driver.c @@ -24,9 +24,7 @@ mrb_init_mrbtest(mrb_state *); static void print_hint(void) { - printf("mrbtest - Embeddable Ruby Test\n"); - printf("\nThis is a very early version, please test and report errors.\n"); - printf("Thanks :)\n\n"); + printf("mrbtest - Embeddable Ruby Test\n\n"); } static int -- cgit v1.2.3