]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: Move divconst_test out of test/bench/go1
authorDavid Chase <drchase@google.com>
Fri, 29 Apr 2016 15:15:16 +0000 (11:15 -0400)
committerDavid Chase <drchase@google.com>
Fri, 29 Apr 2016 16:20:18 +0000 (16:20 +0000)
commitd8d33514f9e8c80d504ab4a61ef96621afc3647d
tree284f809787f4edd590418738824fcc3da423de59
parentfa9435cdff443d12c526b0436435925dd52e8503
cmd/compile: Move divconst_test out of test/bench/go1

This is necessary to avoid disrupting the go1 suite and gives
us a place to put other tests of basic compiler function and
correctness.

Change-Id: I36933819ff2bfe6a2121fff2be9a98efd2123d9a
Reviewed-on: https://go-review.googlesource.com/22597
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/test/README [new file with mode: 0644]
src/cmd/compile/internal/test/divconst_test.go [moved from test/bench/go1/divconst_test.go with 98% similarity]
src/cmd/compile/internal/test/test.go [new file with mode: 0644]