diff options
author | Russ Cox <rsc@golang.org> | 2009-06-25 20:13:56 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-06-25 20:13:56 -0700 |
commit | 79bc942e783455b53a95db0c36762276152080e1 (patch) | |
tree | e0c063064fc987d584eca21ec2892e33d1e787a9 /test/fixedbugs/bug083.dir | |
parent | ec511eeb81682ba8ec086193fa77cb4d4a72f0e0 (diff) | |
download | golang-79bc942e783455b53a95db0c36762276152080e1.tar.gz |
add ./ to imports where necessary
R=r
DELTA=51 (4 added, 4 deleted, 43 changed)
OCL=30759
CL=30778
Diffstat (limited to 'test/fixedbugs/bug083.dir')
-rw-r--r-- | test/fixedbugs/bug083.dir/bug1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug083.dir/bug1.go b/test/fixedbugs/bug083.dir/bug1.go index ac6a73844..a48edbe33 100644 --- a/test/fixedbugs/bug083.dir/bug1.go +++ b/test/fixedbugs/bug083.dir/bug1.go @@ -4,7 +4,7 @@ package bug1 -import "bug0" +import "./bug0" // This is expected to fail--t0 is in package bug0 and should not be // visible here in package bug1. The test for failure is in |