Skip to content

Commit c748fdd

Browse files
committed
update unit test
1 parent 3520bb3 commit c748fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Driver/DXCModeTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ TEST(DxcModeTest, TargetProfileValidation) {
8585
InMemoryFileSystem, Diags);
8686
validateTargetProfile("-Tcs_6_8", "dxilv1.8--shadermodel6.8-compute",
8787
InMemoryFileSystem, Diags);
88-
validateTargetProfile("-Tlib_6_x", "dxilv1.8--shadermodel6.15-library",
88+
validateTargetProfile("-Tlib_6_x", "dxilv1.9--shadermodel6.15-library",
8989
InMemoryFileSystem, Diags);
9090

9191
// Invalid tests.

0 commit comments

Comments
 (0)