]> Cypherpunks repositories - gostls13.git/commitdiff
vendor: update vendored route
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 1 Jun 2016 23:53:11 +0000 (08:53 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 2 Jun 2016 00:59:46 +0000 (00:59 +0000)
Updates golang.org/x/net/route to rev fac978c for:
- route: fix typos in test

Change-Id: I35de1d3f8e887c6bb5fe50e7299f2fc12e4426de
Reviewed-on: https://go-review.googlesource.com/23660
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/vendor/golang.org/x/net/route/message_freebsd_test.go

index 6d03d000a82fda00d39119e967aed123898ae5e3..785c273f656d85e9b9304508822f7b86e047e7bc 100644 (file)
@@ -32,11 +32,11 @@ func TestFetchAndParseRIBOnFreeBSD(t *testing.T) {
 
 func TestFetchAndParseRIBOnFreeBSD10AndAbove(t *testing.T) {
        if _, err := FetchRIB(sysAF_UNSPEC, sysNET_RT_IFLISTL, 0); err != nil {
-               t.Skip("NET_RT_LISTL not supported")
+               t.Skip("NET_RT_IFLISTL not supported")
        }
        var p uintptr
        if kernelAlign != int(unsafe.Sizeof(p)) {
-               t.Skip("NET_RT_LIST vs. NET_RT_LISTL doesn't work for 386 emulation on amd64")
+               t.Skip("NET_RT_IFLIST vs. NET_RT_IFLISTL doesn't work for 386 emulation on amd64")
        }
 
        var tests = [2]struct {