berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

exit -- shouldn't display error message #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Test case:

  exit

Expected: (nothing)

Actual:

  Unhandled Exception: Ruby.Runtime.RubyException: exit
  ...

Original issue reported on code.google.com by sason...@gmail.com on 1 Nov 2007 at 9:35