diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/triplet/driver.cxx | 4 |
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", |