]> git.lizzy.rs Git - rust.git/commitdiff
Add CloudABI to the list of supported targets in compiletest.
authorEd Schouten <ed@nuxi.nl>
Mon, 1 Jan 2018 18:27:58 +0000 (19:27 +0100)
committerEd Schouten <ed@nuxi.nl>
Mon, 1 Jan 2018 18:27:58 +0000 (19:27 +0100)
Without this change, compiletest will fail to run when targetting
CloudABI.

src/tools/compiletest/src/util.rs

index c00f28eae67afd0e3fbf5b0a25e56a7ccf4399d3..3c9dae915b5a28969429cf1a0f67b79e743d84dd 100644 (file)
@@ -15,6 +15,7 @@
 const OS_TABLE: &'static [(&'static str, &'static str)] = &[
     ("android", "android"),
     ("bitrig", "bitrig"),
+    ("cloudabi", "cloudabi"),
     ("darwin", "macos"),
     ("dragonfly", "dragonfly"),
     ("freebsd", "freebsd"),