summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2013-03-02 23:40:34 +0900
committerYuichiro MASUI <[email protected]>2013-03-08 03:14:21 +0900
commit284258367881d74f784485c2e5d282f4f5d490a5 (patch)
treea160d3c745f14e600edaed724f67d3107b362049 /test
parent7d47096434994d9eb9712546879e3b52b04d3443 (diff)
downloadmruby-284258367881d74f784485c2e5d282f4f5d490a5.tar.gz
mruby-284258367881d74f784485c2e5d282f4f5d490a5.zip
New mrb format. The detail is in https://github.com/mruby/mruby/issues/944
Diffstat (limited to 'test')
-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 6b2219b6f..f077e6d51 100644
--- a/test/init_mrbtest.c
+++ b/test/init_mrbtest.c
@@ -4,7 +4,7 @@
#include "mruby/string.h"
#include "mruby/proc.h"
-extern const char mrbtest_irep[];
+extern const unsigned char mrbtest_irep[];
void mrbgemtest_init(mrb_state* mrb);