]> Cypherpunks.ru repositories - gostls13.git/commit
reflect: add a floating point section to DeepEqual tests
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 13 Sep 2021 19:49:08 +0000 (12:49 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 13 Sep 2021 20:17:35 +0000 (20:17 +0000)
commitf93a63addbbca69d7817c8993a88511ec31424cd
treef9ae9d892d05537f04d8b952929d01b7ab8179f9
parenta0c409cbc82ea9999a03fa0bfe6d9a8953e780e0
reflect: add a floating point section to DeepEqual tests

The floating point tests were all added into the Inequalities section,
instead of separated into Equalities vs Inequalities.

Rather than separate them, add a new floating point section.

Change-Id: I3713a5aff5850dcc0caf68a754633d695a03ded9
Reviewed-on: https://go-review.googlesource.com/c/go/+/349612
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Trust: Joe Tsai <joetsai@digital-static.net>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Joe Tsai <joetsai@digital-static.net>
Reviewed-by: Joe Tsai <joetsai@digital-static.net>
TryBot-Result: Go Bot <gobot@golang.org>
src/reflect/all_test.go