summaryrefslogtreecommitdiffhomepage
path: root/test/init_mrbtest.c
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-03-27 11:32:54 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-03-27 11:32:54 +0900
commitd9e15a02a70992de0bbb7ddcf035d4ccc78c7a2e (patch)
treea2aabd8eac8f8e3fd26be9f4d4ac02afe3e1a866 /test/init_mrbtest.c
parentd4bb9b42e7e525c3b447f6cea74f2867789c3bc6 (diff)
parente03e697549f0981d38a3e2a5c6241e0e305ade40 (diff)
downloadmruby-d9e15a02a70992de0bbb7ddcf035d4ccc78c7a2e.tar.gz
mruby-d9e15a02a70992de0bbb7ddcf035d4ccc78c7a2e.zip
Merge branch 'masuidrive-new_mrb_format'
Diffstat (limited to 'test/init_mrbtest.c')
-rw-r--r--test/init_mrbtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/init_mrbtest.c b/test/init_mrbtest.c
index 973029c8f..5c80c6e91 100644
--- a/test/init_mrbtest.c
+++ b/test/init_mrbtest.c
@@ -5,7 +5,7 @@
#include "mruby/string.h"
#include "mruby/proc.h"
-extern const char mrbtest_irep[];
+extern const uint8_t mrbtest_irep[];
void mrbgemtest_init(mrb_state* mrb);