Skip to content

Commit 79b25c6

Browse files
committed
Add CloudABI to the list of supported targets in compiletest.
Without this change, compiletest will fail to run when targetting CloudABI.
1 parent d5f2745 commit 79b25c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/util.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ use common::Config;
1515
const OS_TABLE: &'static [(&'static str, &'static str)] = &[
1616
("android", "android"),
1717
("bitrig", "bitrig"),
18+
("cloudabi", "cloudabi"),
1819
("darwin", "macos"),
1920
("dragonfly", "dragonfly"),
2021
("freebsd", "freebsd"),

0 commit comments

Comments
 (0)