Bug #876
nil before Loaded suite
| Status: | Closed | Start date: | 12/15/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 12/24/2008 | |
| Assignee: | % Done: | 0% |
||
| Category: | lib | |||
| Target version: | 1.9.1 Release Candidate | |||
| ruby -v: |
Description
Loaded suiteの前にnilが出力されてしまっています。 % ruby-trunk -ve 'require "test/unit"' ruby 1.9.1 (2008-12-14 revision 20739) [i686-linux] nil Loaded suite -e Started Finished in 0.000773 seconds. 0 tests, 0 assertions, 0 failures, 0 errors, 0 skips %
History
Updated by Yuki Sonoda about 3 years ago
- Due date set to 12/24/2008
- Category set to lib
- Assignee set to Ryan Davis
- Target version set to 1.9.1 Release Candidate
Updated by Ryan Davis about 3 years ago
- Status changed from Open to Closed
I can't repro, so I think I already fixed this a while ago.