Commits

Dave Abrahams committed 905d7e9873c
[stdlib] Improve reporting on test failure When we force-unwrap the optional in the test before using expectEqual on it, we get an unceremonious fatal error if it turns out to be nil. The overload of expectEqual that takes optional parameters actually points to the right line in the failing test. Swift SVN r29685