瀏覽代碼

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 5 年之前
父節點
當前提交
484ca9f3ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/clang/test/HLSLFileCheck/hlsl/types/vector/constVecTrunc.hlsl

+ 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