Project

General

Profile

« Previous | Next » 

Revision c093fd86

Added by eightbitraptor (Matt V-H) about 1 year ago

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