diff options
Diffstat (limited to 'test/golden.out')
-rw-r--r-- | test/golden.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/golden.out b/test/golden.out index 4400e41dd..ba60fbfed 100644 --- a/test/golden.out +++ b/test/golden.out @@ -40,6 +40,21 @@ hello, world -9223372036854775808 9223372036854775807 +=========== ./shift1.go +BUG: errchk: ./shift1.go:33: error message does not match 'overflow' +errchk: ./shift1.go:34: error message does not match 'overflow' +errchk: ./shift1.go:35: error message does not match 'overflow' + +=========== ./shift2.go +./shift2.go:22: illegal constant expression: ideal LSH uint +./shift2.go:35: illegal constant expression: ideal LSH uint +./shift2.go:36: illegal constant expression: ideal LSH uint +./shift2.go:36: invalid operation: 2 << c (shift of type float64) +./shift2.go:39: illegal constant expression: ideal LSH uint +./shift2.go:40: illegal constant expression: ideal LSH uint +./shift2.go:40: invalid operation: 2 << c (shift of type float64) +./shift2.go:40: cannot use 2 << c as type interface { } in function argument + =========== ./sigchld.go survived SIGCHLD |