diff options
| author | Robert Griesemer <gri@golang.org> | 2015-04-07 21:03:00 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2015-04-08 04:57:16 +0000 |
| commit | 35599e281b1c07f0a1cd9f334a7939bd28ec537c (patch) | |
| tree | b54530eb241433b6856028102039bce9df7afaf3 /src | |
| parent | b2a1fb74f4a15f97ab5a94861e1e78226077e477 (diff) | |
| download | go-35599e281b1c07f0a1cd9f334a7939bd28ec537c.tar.xz | |
go/types: enable disabled test
Change-Id: I58de76c49de6e43befb30b2bf677934e7952b5ab
Reviewed-on: https://go-review.googlesource.com/8610
Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/go/types/stdlib_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/go/types/stdlib_test.go b/src/go/types/stdlib_test.go index fd8506d543..515bbcdc58 100644 --- a/src/go/types/stdlib_test.go +++ b/src/go/types/stdlib_test.go @@ -127,7 +127,6 @@ func TestStdTest(t *testing.T) { testTestDir(t, filepath.Join(runtime.GOROOT(), "test"), "cmplxdivide.go", // also needs file cmplxdivide1.go - ignore "sigchld.go", // don't work on Windows; testTestDir should consult build tags - "float_lit2.go", // TODO(gri) enable for releases 1.4 and higher ) } |
