aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/testdata/importdecl0/importdecl0a.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/types/testdata/importdecl0/importdecl0a.src')
-rw-r--r--src/go/types/testdata/importdecl0/importdecl0a.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/types/testdata/importdecl0/importdecl0a.src b/src/go/types/testdata/importdecl0/importdecl0a.src
index e96fca3cdd..5ceb96e1fa 100644
--- a/src/go/types/testdata/importdecl0/importdecl0a.src
+++ b/src/go/types/testdata/importdecl0/importdecl0a.src
@@ -10,7 +10,7 @@ import (
// we can have multiple blank imports (was bug)
_ "math"
_ "net/rpc"
- init /* ERROR "cannot declare init" */ "fmt"
+ init /* ERROR "cannot import package as init" */ "fmt"
// reflect defines a type "flag" which shows up in the gc export data
"reflect"
. /* ERROR "imported but not used" */ "reflect"