aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-04 18:32:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-04 18:32:24 +0200
commit58786895f1d7a0af30cb7cd240c4dcb6133ea84d (patch)
tree512981fece7655277e3a0ae415774072df8eef9a /tests
parent1a578f5c5ad34ff5c6303f11937980b738055ad0 (diff)
Change freebsd target class to bsd
Diffstat (limited to 'tests')
-rw-r--r--tests/triplet/driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/triplet/driver.cxx b/tests/triplet/driver.cxx
index 51bb7e0..ff9b065 100644
--- a/tests/triplet/driver.cxx
+++ b/tests/triplet/driver.cxx
@@ -94,11 +94,11 @@ main ()
assert (test ("x86_64-unknown-freebsd10.2",
"x86_64-freebsd10.2",
- "x86_64", "", "freebsd", "10.2", "freebsd"));
+ "x86_64", "", "freebsd", "10.2", "bsd"));
assert (test ("x86_64-pc-openbsd5.6",
"x86_64-openbsd5.6",
- "x86_64", "", "openbsd", "5.6"));
+ "x86_64", "", "openbsd", "5.6", "bsd"));
assert (test ("sparc-sun-solaris2.9",
"sparc-sun-solaris2.9",