Browse Source

Fix merge error (#18)

Xiang Li 8 năm trước cách đây
mục cha
commit
0f1e823dff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/clang/unittests/HLSL/ValidationTest.cpp

+ 1 - 1
tools/clang/unittests/HLSL/ValidationTest.cpp

@@ -965,7 +965,7 @@ TEST_F(ValidationTest, StructBitCast) {
 }
 
 TEST_F(ValidationTest, MultiDimArray) {
-  RewriteAssemblyCheckMsg(L"..\\CodeGenHLSL\\staticGlobals.hlsl", "ps_5_0",
+  RewriteAssemblyCheckMsg(L"..\\CodeGenHLSL\\staticGlobals.hlsl", "ps_6_0",
                           "%1 = alloca [4 x float]",
                           "%1 = alloca [4 x float]\n"
                           "  %md = alloca [2 x [4 x float]]",