diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-03 19:43:01 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-03 19:43:01 +0900 |
| commit | 697684654c9c3318e79a03c6293aac5dcaa84a92 (patch) | |
| tree | 54a2fa0c61b264e6b779109104011335d89ac983 /test/no_mrb_open_test_dummy.rb | |
| parent | f67038a11b5909c8df93ba9d04fa5fa9f2089025 (diff) | |
| parent | ad6fa200e204c58c2af40e94e90a81a2a683a7c6 (diff) | |
| download | mruby-697684654c9c3318e79a03c6293aac5dcaa84a92.tar.gz mruby-697684654c9c3318e79a03c6293aac5dcaa84a92.zip | |
Merge pull request #1997 from kyab/fix-make_test-fail-without-gems
Fix build fail for 'make test' with no mrbgems
Diffstat (limited to 'test/no_mrb_open_test_dummy.rb')
| -rw-r--r-- | test/no_mrb_open_test_dummy.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/no_mrb_open_test_dummy.rb b/test/no_mrb_open_test_dummy.rb new file mode 100644 index 000000000..5181c0a45 --- /dev/null +++ b/test/no_mrb_open_test_dummy.rb @@ -0,0 +1,2 @@ +#dummy + |
