summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug016.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2008-08-29 13:21:00 -0700
committerRobert Griesemer <gri@golang.org>2008-08-29 13:21:00 -0700
commit2f183469b29f28ec7bfac4f9c75664f3f4d7f5a0 (patch)
treebaffce7c41b9028676e954fa8d3c3997bb50facc /test/fixedbugs/bug016.go
parent4169d6185acceb4226cd34c0f26afa94c605862e (diff)
downloadgolang-2f183469b29f28ec7bfac4f9c75664f3f4d7f5a0.tar.gz
- updated test cases to latest compiler changes
R=r DELTA=185 (59 added, 33 deleted, 93 changed) OCL=14655 CL=14655
Diffstat (limited to 'test/fixedbugs/bug016.go')
-rw-r--r--test/fixedbugs/bug016.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/fixedbugs/bug016.go b/test/fixedbugs/bug016.go
index 3bb869226..461bcf82a 100644
--- a/test/fixedbugs/bug016.go
+++ b/test/fixedbugs/bug016.go
@@ -12,5 +12,7 @@ func main() {
}
/*
-bug016.go:7: fatal error: optoas: no entry LSH-<int32>INT32
+ixedbugs/bug016.go:7: overflow converting constant to <uint32>UINT32
+fixedbugs/bug016.go:7: illegal types for operand: AS
+ (<int32>INT32)
*/