Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | function f(useArg2, arg2, expect) { |
michael@0 | 2 | var args = arguments; |
michael@0 | 3 | if (useArg2) |
michael@0 | 4 | args = arg2; |
michael@0 | 5 | assertEq(args.length, expect); |
michael@0 | 6 | } |
michael@0 | 7 | f(false, 0, 3); |
michael@0 | 8 | f(false, 0, 3); |