Skip to content
  • R. Johnstone's avatar
    Annotate CheckEqual and RequireEqual with types · b1b37481
    R. Johnstone authored
    It's possible to compare values using DeepEqual, getting false, and
    yet those values print the same.  For example, signed and unsigned
    positive numbers.  This commit modifies CheckEqual and RequireEqual
    to add a line with the types, when the types for got and expected do not
    match.
    b1b37481