dbremner / rubydotnetcompiler

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

exit -- shouldn't display error message #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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