On Friday, 30 January 2015 at 13:11:35 UTC, anonymous wrote:
Lines 846-850:

        static if(less == "a < b")
            auto vals = [1, 2, 3, 4, 5];
        else
            auto vals = [5, 4, 3, 2, 1];
        assert(equal(r, vals));

(Tab + Enter strikes again.)

That test looks wrong. So, Phobos bug I think.

Reply via email to