diff options
Diffstat (limited to 'mrbgems/mruby-bin-debugger/bintest')
| -rw-r--r-- | mrbgems/mruby-bin-debugger/bintest/mrdb.rb | 2 | ||||
| -rw-r--r-- | mrbgems/mruby-bin-debugger/bintest/print.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-bin-debugger/bintest/mrdb.rb b/mrbgems/mruby-bin-debugger/bintest/mrdb.rb index ae40f0a46..26f3138aa 100644 --- a/mrbgems/mruby-bin-debugger/bintest/mrdb.rb +++ b/mrbgems/mruby-bin-debugger/bintest/mrdb.rb @@ -14,7 +14,7 @@ class BinTest_MrubyBinDebugger # compile `./bin/mrbc -g -o "#{bin.path}" "#{script.path}"` - + # add mrdb quit testcase << {:cmd=>"quit"} diff --git a/mrbgems/mruby-bin-debugger/bintest/print.rb b/mrbgems/mruby-bin-debugger/bintest/print.rb index e9d85f333..403ada8e1 100644 --- a/mrbgems/mruby-bin-debugger/bintest/print.rb +++ b/mrbgems/mruby-bin-debugger/bintest/print.rb @@ -13,7 +13,7 @@ class BinTest_MrubyBinDebugger # compile `./bin/mrbc -g -o "#{bin.path}" "#{script.path}"` - + # add mrdb quit testcase << {:cmd=>"quit"} |
