Skip to content

Commit 7cff857

Browse files
committed
ci: skip flag_autofree_test.v on the sanitize-address-gcc job too
1 parent 70ed690 commit 7cff857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎vlib/flag/flag_autofree_test.v‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// vtest build: !sanitize-memory-gcc && !tests-sanitize-address-clang
1+
// vtest build: !sanitize-memory-gcc && !sanitize-address-gcc && !tests-sanitize-address-clang
22
// vtest vflags: -autofree
33
import flag
44
import os

0 commit comments

Comments
 (0)