File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
branches/snap-stage3/src/compiletest Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 242ed0b7c0f6a21096f2cc3e1ad1bdb176d02545
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 71386e5774244574045bdf6f837ddc31c5f6cc91
4
+ refs/heads/snap-stage3: d9d2236b09b772852178c968d1185b2efca3ebf8
5
5
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const OS_TABLE: &'static [(&'static str, &'static str)] = &[
18
18
( "darwin" , "macos" ) ,
19
19
( "dragonfly" , "dragonfly" ) ,
20
20
( "freebsd" , "freebsd" ) ,
21
+ ( "ios" , "ios" ) ,
21
22
( "linux" , "linux" ) ,
22
23
( "mingw32" , "windows" ) ,
23
24
( "openbsd" , "openbsd" ) ,
You can’t perform that action at this time.
0 commit comments