diff options
Diffstat (limited to 'clang/unittests/Driver/DXCModeTest.cpp')
| -rw-r--r-- | clang/unittests/Driver/DXCModeTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Driver/DXCModeTest.cpp b/clang/unittests/Driver/DXCModeTest.cpp index e7d8137144c6..62274235c53f 100644 --- a/clang/unittests/Driver/DXCModeTest.cpp +++ b/clang/unittests/Driver/DXCModeTest.cpp @@ -85,7 +85,7 @@ TEST(DxcModeTest, TargetProfileValidation) { InMemoryFileSystem, Diags); validateTargetProfile("-Tcs_6_8", "dxilv1.8--shadermodel6.8-compute", InMemoryFileSystem, Diags); - validateTargetProfile("-Tlib_6_x", "dxilv1.8--shadermodel6.15-library", + validateTargetProfile("-Tlib_6_x", "dxilv1.9--shadermodel6.15-library", InMemoryFileSystem, Diags); // Invalid tests. |
