Skip to content

Commit 6df73f3

Browse files
committed
escape analysis for err2
1 parent 3fdc697 commit 6df73f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ testv:
4545
test:
4646
$(GO) test $(TEST_ARGS) $(PKGS)
4747

48+
escape_err2:
49+
$(GO) test -c -gcflags=-m=2 $(PKG_ERR2) 2>&1 | ag 'escape'
50+
4851
inline_err2:
4952
$(GO) test -c -gcflags=-m=2 $(PKG_ERR2) 2>&1 | ag 'inlin'
5053

0 commit comments

Comments
 (0)