x/tools/go/ssa: expected "Output:" text not instantiated for testing.InternalExample struct #12196
Labels
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
go version go1.5rc1 darwin/amd64
For bonzo_test.go
x/tools/go/ssa generates code:
A program demonstrating this SSA code generation is at https://github.com/tardisgo/tardisgo-samples/tree/master/errors/exampletests
The Output field of structure testing.InternalExample is not being set to the text following "// Output:", which means that when the code runs (not currently possible in x/tools/go/ssa/interp) the output is:
Rather than the test passing as expected:
The text was updated successfully, but these errors were encountered: