diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-30 23:03:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-30 23:03:39 +0300 |
| commit | cfbffc5e8911f0f4bdd63c0fcf4953372a990ac0 (patch) | |
| tree | 37dd46ae6cc1a9cd735aa7e4d2239c315735385c /internal/setassign | |
| parent | dfa05f2f78911c8817ff15e0c4f3806ddabdc32e (diff) | |
pa: raise aggregate test coverage to 81.5%
Diffstat (limited to 'internal/setassign')
| -rw-r--r-- | internal/setassign/setassign_test.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/setassign/setassign_test.go b/internal/setassign/setassign_test.go new file mode 100644 index 0000000..7476c27 --- /dev/null +++ b/internal/setassign/setassign_test.go @@ -0,0 +1,9 @@ +package setassign + +import "testing" + +func TestSetAssign_PackageExists(t *testing.T) { + // Package setassign currently has no exported identifiers. + // This test ensures the package compiles and remains testable. + _ = "setassign" +} |
