summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-03-07 21:36:54 +0900
committerKOBAYASHI Shuji <[email protected]>2019-03-07 21:36:54 +0900
commitf6326803c744e05918a1f124d0055bf35e0f6851 (patch)
tree11301f9b14dcd9472d06983f1beccb7275928b0d
parentbf922c9f7a484621e43faf8e26db491a33422d63 (diff)
downloadmruby-f6326803c744e05918a1f124d0055bf35e0f6851.tar.gz
mruby-f6326803c744e05918a1f124d0055bf35e0f6851.zip
Add a missing file for #4314
-rw-r--r--mrbgems/mruby-test/driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-test/driver.c b/mrbgems/mruby-test/driver.c
index 4b2707319..6e58c3e28 100644
--- a/mrbgems/mruby-test/driver.c
+++ b/mrbgems/mruby-test/driver.c
@@ -131,6 +131,7 @@ mrb_t_pass_result(mrb_state *mrb_dst, mrb_state *mrb_src)
TEST_COUNT_PASS(ok_test);
TEST_COUNT_PASS(ko_test);
TEST_COUNT_PASS(kill_test);
+ TEST_COUNT_PASS(skip_test);
#undef TEST_COUNT_PASS