summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2013-03-13 09:56:02 +0900
committerTomoyuki Sahara <[email protected]>2013-03-13 09:56:02 +0900
commitb67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2 (patch)
tree2e05af92845e8954fda7d5a156ce86ff32c63055 /test
parent7103e032746df1b4359f6e6a6bb117ad7a434aa1 (diff)
parent2134d6b4273988c06eadeea737c8cd425550e572 (diff)
downloadmruby-b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2.tar.gz
mruby-b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2.zip
Merge branch 'master' into pr-systemcallerror
Diffstat (limited to 'test')
-rw-r--r--test/driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/driver.c b/test/driver.c
index 5183145b4..eda82a7f2 100644
--- a/test/driver.c
+++ b/test/driver.c
@@ -17,7 +17,8 @@ void
mrb_init_mrbtest(mrb_state *);
/* Print a short remark for the user */
-void print_hint(void)
+static void
+print_hint(void)
{
printf("mrbtest - Embeddable Ruby Test\n");
printf("\nThis is a very early version, please test and report errors.\n");