summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-02-08 13:53:41 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-02-08 13:53:41 +0900
commitb35893ee139f0fdd61dad4eae4aa071937f4ea66 (patch)
treef6fd8ddb440ef6d8b145a7dcead7ade4b37b238c /test
parent0947aefa23701c5cb25d89e18c591c6d7afeaa37 (diff)
parent5056a29d9307e19303bcc8cf449edc692be7b268 (diff)
downloadmruby-b35893ee139f0fdd61dad4eae4aa071937f4ea66.tar.gz
mruby-b35893ee139f0fdd61dad4eae4aa071937f4ea66.zip
Merge pull request #1689 from Bovi-Li/remove-notice
Remove *very early version* notice
Diffstat (limited to 'test')
-rw-r--r--test/driver.c4
1 files changed, 1 insertions, 3 deletions
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