aboutsummaryrefslogtreecommitdiff
path: root/cmp/compare_test.go
diff options
context:
space:
mode:
author178inaba <178inaba.git@gmail.com>2020-05-14 04:00:48 +0900
committerGitHub <noreply@github.com>2020-05-13 12:00:48 -0700
commit049b73f65ccf77e9b278cef9beb6a20a9f55f8e7 (patch)
tree344e21bfea021a2795179d883235533c07a2b76a /cmp/compare_test.go
parentcb8c7f84fcfb230736f1e5922b3132f47bc88500 (diff)
downloadgo-cmp-049b73f65ccf77e9b278cef9beb6a20a9f55f8e7.tar.gz
Add reporterTests to TestDiff (#198)
Diffstat (limited to 'cmp/compare_test.go')
-rw-r--r--cmp/compare_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmp/compare_test.go b/cmp/compare_test.go
index e910bd1..0eec33b 100644
--- a/cmp/compare_test.go
+++ b/cmp/compare_test.go
@@ -50,6 +50,7 @@ func TestDiff(t *testing.T) {
var tests []test
tests = append(tests, comparerTests()...)
tests = append(tests, transformerTests()...)
+ tests = append(tests, reporterTests()...)
tests = append(tests, embeddedTests()...)
tests = append(tests, methodTests()...)
tests = append(tests, cycleTests()...)