summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-03 21:04:25 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-03 21:04:25 +0900
commite81449557646b184e6367706273e8c0b4c53668d (patch)
treeb26e3a916661c825144705c9009c5dc90ebde118 /test
parent65096c4c1bd1bfb6f547808fc01ab6ea223d9dc6 (diff)
downloadmruby-e81449557646b184e6367706273e8c0b4c53668d.tar.gz
mruby-e81449557646b184e6367706273e8c0b4c53668d.zip
test/driver to use EXIT_SUCCESS
Diffstat (limited to 'test')
-rw-r--r--test/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/driver.c b/test/driver.c
index 6b1697f14..03479bcf4 100644
--- a/test/driver.c
+++ b/test/driver.c
@@ -54,5 +54,5 @@ main(void)
}
mrb_close(mrb);
- return 0;
+ return EXIT_SUCCESS;
}