• Matt T. Proud's avatar
    testing/quick: align tests with reflect.Kind. · b6a0450b
    Matt T. Proud authored
    This commit is largely cosmetic in the sense that it is the remnants
    of a change proposal I had prepared for testing/quick, until I
    discovered that 3e9ed273 already implemented the feature I was looking
    for: quick.Value() for reflect.Kind Array.  What you see is a merger
    and manual cleanup; the cosmetic cleanups are as follows:
    
    (1.) Keeping the TestCheckEqual and its associated input functions
    in the same order as type kinds defined in reflect.Kind.  Since
    3e9ed273 was committed, the test case began to diverge from the
    constant's ordering.
    
    (2.) The `Intptr` derivatives existed to exercise quick.Value with
    reflect.Kind's `Ptr` constant.  All `Intptr` (unrelated to `uintptr`)
    in the test have been migrated to ensure the parallelism of the
    listings and to convey that `Intptr` is not special.
    
    (3.) Correct a misspelling (transposition) of "alias", whereby it is
    named as "Alais".
    
    Change-Id: I441450db16b8bb1272c52b0abcda3794dcd0599d
    Reviewed-on: https://go-review.googlesource.com/8804Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
    b6a0450b
Name
Last commit
Last update
..
iotest Loading commit data...
quick Loading commit data...
allocs.go Loading commit data...
allocs_test.go Loading commit data...
benchmark.go Loading commit data...
benchmark_test.go Loading commit data...
cover.go Loading commit data...
example.go Loading commit data...
export_test.go Loading commit data...
testing.go Loading commit data...
testing_test.go Loading commit data...