blob: 8d4c97b6c8a9915b267c9b0ed7650b6a0b791278 [file] [edit]
// Copyright 2026 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package writestring_test
import (
"testing"
"golang.org/x/tools/go/analysis/analysistest"
"golang.org/x/tools/gopls/internal/analysis/writestring"
)
func Test(t *testing.T) {
analysistest.RunWithSuggestedFixes(t, analysistest.TestData(), writestring.Analyzer, "a")
}