]> git.lizzy.rs Git - rust.git/blobdiff - src/compiletest/util.rs
rollup merge of #21830: japaric/for-cleanup
[rust.git] / src / compiletest / util.rs
index b1e44ef34feecb7ae8a328de51b48e85bf70341c..078d992277af3f1eed0a65b4d13f89dc60d47f42 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2012-2015 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //
@@ -23,6 +23,7 @@
     ("linux", "linux"),
     ("freebsd", "freebsd"),
     ("dragonfly", "dragonfly"),
+    ("openbsd", "openbsd"),
 ];
 
 pub fn get_os(triple: &str) -> &'static str {