diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/target-triplet/driver.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/target-triplet/driver.cxx b/tests/target-triplet/driver.cxx index 78329bd..1bed65b 100644 --- a/tests/target-triplet/driver.cxx +++ b/tests/target-triplet/driver.cxx @@ -122,9 +122,17 @@ main () "x86_64-microsoft-win32-msvc14.0", "x86_64", "microsoft", "win32-msvc", "14.0", "windows")); + assert (test ("x86_64-windows-msvc", + "x86_64-windows-msvc", + "x86_64", "", "windows-msvc", "", "windows")); + assert (test ("x86_64-pc-windows-msvc", "x86_64-windows-msvc", "x86_64", "", "windows-msvc", "", "windows")); + + assert (test ("x86_64-pc-windows-msvc19.11.25547", + "x86_64-windows-msvc19.11.25547", + "x86_64", "", "windows-msvc", "19.11.25547", "windows")); } static bool |