svoid test_evalWithTimeout_with_hijackPrint() { assertEqualsVerbose("Hello\n", hijackPrint(-> evalWithTimeout(5.0, -> print("Hello"))); }