Skip to content

Commit d9d2236

Browse files
committed
Add iOS triple mapping so tests can run
1 parent 71386e5 commit d9d2236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiletest/util.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const OS_TABLE: &'static [(&'static str, &'static str)] = &[
1818
("darwin", "macos"),
1919
("dragonfly", "dragonfly"),
2020
("freebsd", "freebsd"),
21+
("ios", "ios"),
2122
("linux", "linux"),
2223
("mingw32", "windows"),
2324
("openbsd", "openbsd"),

0 commit comments

Comments
 (0)