mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-09-04 09:20:00 +00:00
Updated to newer coding standard
This commit is contained in:
@@ -34,9 +34,9 @@ class ParseOutput
|
||||
|
||||
# current suite name and statistics
|
||||
@test_suite = nil
|
||||
@total_tests = 0
|
||||
@test_passed = 0
|
||||
@test_failed = 0
|
||||
@total_tests = 0
|
||||
@test_passed = 0
|
||||
@test_failed = 0
|
||||
@test_ignored = 0
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user