(t *testing.T)
| 8 | ) |
| 9 | |
| 10 | func TestMakeGCStackSlots(t *testing.T) { |
| 11 | t.Parallel() |
| 12 | testTransform(t, "testdata/gc-stackslots", func(mod llvm.Module) { |
| 13 | transform.MakeGCStackSlots(mod) |
| 14 | }) |
| 15 | } |
nothing calls this directly
no test coverage detected