some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / staticcheck / testdata / src / CheckBenchmarkN / CheckBenchmarkN.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/staticcheck/testdata/src/CheckBenchmarkN/CheckBenchmarkN.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/staticcheck/testdata/src/CheckBenchmarkN/CheckBenchmarkN.go
deleted file mode 100644 (file)
index a900cf4..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-package foo
-
-import "testing"
-
-func foo() {
-       var b *testing.B
-       b.N = 1 // want `should not assign to b\.N`
-       _ = b
-}