commit | 764efb771d7872889c4ee2d9cc788bda70e36072 | [log] [tgz] |
---|---|---|
author | Jiri Simsa <jsimsa@google.com> | Thu Dec 25 20:57:03 2014 -0800 |
committer | Jiri Simsa <jsimsa@google.com> | Thu Dec 25 20:57:34 2014 -0800 |
tree | ce71d7c786c9913a86c4d06e95547613bee5c3ba | |
parent | c0a286547c8044ccae17bce33c3dc57fad943b65 [diff] [blame] |
Reorganization of VANADIUM_ROOT relative paths.
diff --git a/lib/netstate/netstate_test.go b/lib/netstate/netstate_test.go index 8863b44..71d3596 100644 --- a/lib/netstate/netstate_test.go +++ b/lib/netstate/netstate_test.go
@@ -5,10 +5,10 @@ "reflect" "testing" - "v.io/veyron/veyron2/ipc" + "v.io/core/veyron2/ipc" - "v.io/veyron/veyron/lib/netconfig" - "v.io/veyron/veyron/lib/netstate" + "v.io/core/veyron/lib/netconfig" + "v.io/core/veyron/lib/netstate" ) func TestGet(t *testing.T) {