Explorar o código

Correct Const vector truncation test for debug (#2881)

Debug adds a target for the entry that release doesn't. This accounts
for that slight discrepancy.
Greg Roth %!s(int64=5) %!d(string=hai) anos
pai
achega
484ca9f3ec

+ 1 - 1
tools/clang/test/HLSLFileCheck/hlsl/types/vector/constVecTrunc.hlsl

@@ -4,7 +4,7 @@
 // If they remain constant, it should simplify down to just storeOutputs
 
 // CHECK: define void @main
-// CHECK-NEXT: call void @dx.op.storeOutput
+// CHECK: call void @dx.op.storeOutput
 // CHECK-NEXT: call void @dx.op.storeOutput
 // CHECK-NEXT: call void @dx.op.storeOutput
 // CHECK-NEXT: call void @dx.op.storeOutput