Browse Source

Fix failing quick-tests due to entry provided with lib target.

Tex Riddell 7 năm trước cách đây
mục cha
commit
ba28ee7e57

+ 1 - 1
tools/clang/test/CodeGenHLSL/quick-test/raytracing_attr_struct.hlsl

@@ -1,4 +1,4 @@
-// RUN: %dxc -E main -T lib_6_3 %s | FileCheck %s
+// RUN: %dxc -T lib_6_3 %s | FileCheck %s
 
 //CHECK: User defined type intrinsic arg must be struct
 

+ 1 - 1
tools/clang/test/CodeGenHLSL/quick-test/raytracing_payload_struct.hlsl

@@ -1,4 +1,4 @@
-// RUN: %dxc -E main -T lib_6_3 %s | FileCheck %s
+// RUN: %dxc -T lib_6_3 %s | FileCheck %s
 
 //CHECK: User defined type intrinsic arg must be struct