We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f2745 commit 79b25c6Copy full SHA for 79b25c6
src/tools/compiletest/src/util.rs
@@ -15,6 +15,7 @@ use common::Config;
15
const OS_TABLE: &'static [(&'static str, &'static str)] = &[
16
("android", "android"),
17
("bitrig", "bitrig"),
18
+ ("cloudabi", "cloudabi"),
19
("darwin", "macos"),
20
("dragonfly", "dragonfly"),
21
("freebsd", "freebsd"),
0 commit comments