diff options
Diffstat (limited to 'vendor/github.com/onsi/gomega/matchers/be_identical_to.go')
-rw-r--r-- | vendor/github.com/onsi/gomega/matchers/be_identical_to.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/matchers/be_identical_to.go b/vendor/github.com/onsi/gomega/matchers/be_identical_to.go index fdcda4d1f..631ce11e3 100644 --- a/vendor/github.com/onsi/gomega/matchers/be_identical_to.go +++ b/vendor/github.com/onsi/gomega/matchers/be_identical_to.go @@ -1,3 +1,5 @@ +// untested sections: 2 + package matchers import ( |