Skip to content

Commit 59c7da8

Browse files
Enable asan for spectest
1 parent caa1736 commit 59c7da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $(SPECTEST_ROOT)/%.json: $(TESTSUITE_DIR)/%.wast
2424

2525
.PHONY: spectest
2626
spectest: spec
27-
swift run Spectest $(SPECTEST_ROOT)
27+
swift run --sanitize address Spectest $(SPECTEST_ROOT)
2828

2929

3030
### WASI Test Suite

0 commit comments

Comments
 (0)