Don't return inside assert_equal
The implementation of assert_equal inside bootstraptest/runner.rb wraps a print around all the test code specified in the string, making returns useless.
This change fixes this test for platforms that don't implement GC.compact
Co-Authored-By: Peter Zhu [email protected]
Don't return inside assert_equal
The implementation of assert_equal inside bootstraptest/runner.rb wraps
a print around all the test code specified in the string, making returns
useless.
This change fixes this test for platforms that don't implement
GC.compact
Co-Authored-By: Peter Zhu [email protected]