commit | 279b3782ad89e6d4863ede52503cebf48141698f | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Aug 12 22:59:00 2014 -0700 |
committer | Rob Pike <r@golang.org> | Tue Aug 12 22:59:00 2014 -0700 |
tree | b84f4db00170eb8aae051d17f9b575cd6fdef78a | |
parent | 55e2a2334852996df9c39011c93a6c94d5c43155 [diff] [blame] |
go.sys: fix imports to cgc/p/go.sys, add build tags Approach but probably not achieve a green build. LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://golang.org/cl/126120043
diff --git a/unix/mmap_unix_test.go b/unix/mmap_unix_test.go index fa808aa..5dfa75d 100644 --- a/unix/mmap_unix_test.go +++ b/unix/mmap_unix_test.go
@@ -8,7 +8,8 @@ import ( "testing" - "unix" + + "code.google.com/p/go.sys/unix" ) func TestMmap(t *testing.T) {