We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d1cdb commit 8b4e28eCopy full SHA for 8b4e28e
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 71386e5774244574045bdf6f837ddc31c5f6cc91
+refs/heads/master: d9d2236b09b772852178c968d1185b2efca3ebf8
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 552080181c58beef03493a110b4a38b20b6b5da5
5
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf
trunk/src/compiletest/util.rs
@@ -18,6 +18,7 @@ const OS_TABLE: &'static [(&'static str, &'static str)] = &[
18
("darwin", "macos"),
19
("dragonfly", "dragonfly"),
20
("freebsd", "freebsd"),
21
+ ("ios", "ios"),
22
("linux", "linux"),
23
("mingw32", "windows"),
24
("openbsd", "openbsd"),
0 commit comments