diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-01 10:17:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-01 10:17:08 +0200 |
commit | 2944f088ae06e6f4495c8ac74714b1c57402f9e0 (patch) | |
tree | ab7ccfc963dfe42f2192e16943c3dcf97e9f3b99 /tests/target-triplet | |
parent | 4f1dd8760ad4442d24cc7e67092a9ac50a36ccd0 (diff) |
Rename target triplet "macosx" class to "macos"
Diffstat (limited to 'tests/target-triplet')
-rw-r--r-- | tests/target-triplet/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/target-triplet/driver.cxx b/tests/target-triplet/driver.cxx index 24cd02f..edc422c 100644 --- a/tests/target-triplet/driver.cxx +++ b/tests/target-triplet/driver.cxx @@ -90,7 +90,7 @@ main () // assert (test ("x86_64-apple-darwin14.5.0", "x86_64-apple-darwin14.5.0", - "x86_64", "apple", "darwin", "14.5.0", "macosx")); + "x86_64", "apple", "darwin", "14.5.0", "macos")); assert (test ("x86_64-unknown-freebsd10.2", "x86_64-freebsd10.2", |