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