Skip to content

Commit 2442c0d

Browse files
griesemernebulabox
authored andcommitted
go/types: include test/fixedbugs/bug073.go again in test
This test was excluded from the go/types std lib test because it tested old behavior (shift count must be an unsigned int). With the compiler changes made and the test adjusted accordingly, we can include it again. Updates golang#19113. Change-Id: If9b6b83505d2bd2b426fcefa225986d73658a229 Reviewed-on: https://go-review.googlesource.com/c/159319 Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent 1c7c8f7 commit 2442c0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/go/types/stdlib_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ func TestStdFixed(t *testing.T) {
167167
}
168168

169169
testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"),
170-
"bug073.go", // checks for unsigned integer shift - disabled for now
171170
"bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore
172171
"issue6889.go", // gc-specific test
173172
"issue7746.go", // large constants - consumes too much memory

0 commit comments

Comments
 (0)