From 62d19032621c7db801b313a1e19e787cfb1fbc3e Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Wed, 3 Oct 2018 05:14:40 -0700 Subject: Omit message factory and line numbers from generated output Change-Id: Ie48cc0a641242625daf55caf00ab630e78aa86b7 Signed-off-by: Ondrej Fabry --- core/channel_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/channel_test.go') diff --git a/core/channel_test.go b/core/channel_test.go index 0eafa32..b06e3e9 100644 --- a/core/channel_test.go +++ b/core/channel_test.go @@ -22,7 +22,7 @@ import ( "git.fd.io/govpp.git/examples/bin_api/interfaces" "git.fd.io/govpp.git/examples/bin_api/memif" "git.fd.io/govpp.git/examples/bin_api/tap" - "git.fd.io/govpp.git/examples/binapi/vpe" + "git.fd.io/govpp.git/examples/bin_api/vpe" "git.fd.io/govpp.git/api" . "github.com/onsi/gomega" -- cgit 1.2.3-korg