summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-12-08 02:22:33 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2012-12-08 02:22:33 -0800
commit453980d76ae0ac22dc490612fefcab9cd756950f (patch)
tree71e928cb321291d6679451e6b390208ff36a007b /test
parentba38dd539822e4f514ea6fadd30f706b395926f6 (diff)
parent54ef99d8dfc18952fd647eb3012b21f54e9d0416 (diff)
downloadmruby-453980d76ae0ac22dc490612fefcab9cd756950f.tar.gz
mruby-453980d76ae0ac22dc490612fefcab9cd756950f.zip
Merge pull request #598 from bovi/mrbgems-improve-for-masuidrive
mrbgems - Improvements for masuidrive's mobiruby
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 47b14c325..569fde302 100644
--- a/test/init_mrbtest.c
+++ b/test/init_mrbtest.c
@@ -11,7 +11,7 @@ void
mrb_init_mrbtest(mrb_state *mrb)
{
mrb_load_irep(mrb, mrbtest_irep);
-#ifdef ENABLE_GEMS
+#ifndef DISABLE_GEMS
mrb_load_irep(mrb, mrbgemtest_irep);
#endif
if (mrb->exc) {