Sign in
go
/
open2opaque
/
refs/tags/v0.1.3
/
.
/
testdata
/
rewriteme_test_want_red_go
blob: dd335d29896ff948bee13f36e4ab0d195354680c [
file
] [
log
] [
blame
]
package
rewriteme
import
(
"testing"
rpb
"google.golang.org/open2opaque/internal/fix/testdata/rewriteme_go_proto"
"google.golang.org/protobuf/proto"
)
func
Test
(
t
*
testing
.
T
)
{
_
=
rpb
.
MMaker
{
S1
:
proto
.
String
(
""
)}.
Make
()
}