Repository: thrift Updated Branches: refs/heads/master c0d126fca -> 104ecb658
FIX broken test Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/104ecb65 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/104ecb65 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/104ecb65 Branch: refs/heads/master Commit: 104ecb658919afb506c58092d2dadfeb503e2286 Parents: c0d126f Author: Jens Geyer <[email protected]> Authored: Thu Jun 19 23:25:50 2014 +0200 Committer: Jens Geyer <[email protected]> Committed: Thu Jun 19 23:25:50 2014 +0200 ---------------------------------------------------------------------- lib/go/test/tests/struct_args_rets_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/104ecb65/lib/go/test/tests/struct_args_rets_test.go ---------------------------------------------------------------------- diff --git a/lib/go/test/tests/struct_args_rets_test.go b/lib/go/test/tests/struct_args_rets_test.go index 5b471b7..363423d 100644 --- a/lib/go/test/tests/struct_args_rets_test.go +++ b/lib/go/test/tests/struct_args_rets_test.go @@ -20,7 +20,7 @@ package tests import ( - st "ServicesTest" + st "servicestest" ) //this function is never called, it will fail to compile if check is failed
