Commit 45704558 authored by Guido van Rossum's avatar Guido van Rossum

Change all occurrences of verify(x == y) into vereq(x, y), since when

this type of test fails, vereq() does a better job of reporting than
verify().

Change vereq(x, y) to use "not x == y" rather than "x != y" -- it
makes a difference is some overloading tests.
parent b35f0ce2
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment