Skip to content

Commit b0260c5

Browse files
authored
[compiler-rt] safestack disable tests for now. (#97183)
1 parent 3a90c27 commit b0260c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/safestack/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
)
3434
)
3535

36-
if config.host_os not in ["Linux", "FreeBSD", "NetBSD", "SunOS"]:
36+
if config.host_os not in ["Linux", "FreeBSD", "NetBSD"]:
3737
config.unsupported = True

0 commit comments

Comments
 (0)